#7FFAAA

Color #7FFAAA Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #7FFAAA

Tints of Pale Green #7FFAAA

Color information

#7FFAAA (or 0x7FFAAA) is unknown color: approx Pale Green. HEX triplet: 7F, FA and AA. RGB value is (127,250,170). Sum of RGB (Red+Green+Blue) = 127+250+170=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFAAA is #800555. Grayscale: #CCCCCC. Windows color (decimal): -8389974 or 11205247. OLE color: 11205247.

HSL color Cylindrical-coordinate representation of color #7FFAAA: hue angle of 140.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFAAA is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB127250170-
CMYK0.4900.320.02
HSL140.98º92.48%73.92%-
HSV(B)140.98º49.2%98.04%-
XYZ50.1975.7950.01-
YUV204.1108.7573-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 250 (98.05% from 255) = 45.70%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=23.22%
G=45.70%
B=31.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272501700.4900.320.02140.9892.4873.92
Hex7FFAAA3102028d5c4a
Octal177372252610402215134112
Binary111111111111010101010101100010100000101000110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FFAAA; }

 p { color: rgb(127,250,170); }

 H1.HeaderClassName
 {
   color: #7FFAAA;
 }
 .AnyTagClassName
 {
   color: #7FFAAA;
 }
</style>
background-color css

<style>
 a { background-color: #7FFAAA; }

 a { background-color: rgb(127,250,170); }

 div.DivClassName
 {
   background-color: #7FFAAA;
 }
 .BgClassName
 {
   background-color: #7FFAAA;
 }
</style>
border-color css

<style>
 span { border-color: #7FFAAA; }

 span { border-color: rgb(127,250,170); }

 td.TdClassName
 {
   border-color: #7FFAAA;
 }
 .TagClassName
 {
   border-color: #7FFAAA;
 }
</style>