#A2F58E

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

Shades of Pale Green #A2F58E

Tints of Pale Green #A2F58E

Color information

#A2F58E (or 0xA2F58E) is unknown color: approx Pale Green. HEX triplet: A2, F5 and 8E. RGB value is (162,245,142). Sum of RGB (Red+Green+Blue) = 162+245+142=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F58E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F58E is #5D0A71. Grayscale: #D0D0D0. Windows color (decimal): -6097522 or 9368994. OLE color: 9368994.

HSL color Cylindrical-coordinate representation of color #A2F58E: hue angle of 108.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2F58E is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB162245142-
CMYK0.3400.420.04
HSL108.35º83.74%75.88%-
HSV(B)108.35º42.04%96.08%-
XYZ52.4474.9437.29-
YUV208.4490.594.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=29.51%
G=44.63%
B=25.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622451420.3400.420.04108.3583.7475.88
HexA2F58E2202A46c544c
Octal242365216420524154124114
Binary1010001011110101100011101000100101010100110110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F58E; }

 p { color: rgb(162,245,142); }

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

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

 a { background-color: rgb(162,245,142); }

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

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

 span { border-color: rgb(162,245,142); }

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