#A2F09F

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

Shades of Pale Green #A2F09F

Tints of Pale Green #A2F09F

Color information

#A2F09F (or 0xA2F09F) is unknown color: approx Pale Green. HEX triplet: A2, F0 and 9F. RGB value is (162,240,159). Sum of RGB (Red+Green+Blue) = 162+240+159=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F09F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F09F is #5D0F60. Grayscale: #CFCFCF. Windows color (decimal): -6098785 or 10481826. OLE color: 10481826.

HSL color Cylindrical-coordinate representation of color #A2F09F: hue angle of 117.78º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F09F is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB162240159-
CMYK0.3200.340.06
HSL117.78º72.97%78.24%-
HSV(B)117.78º33.75%94.12%-
XYZ52.3272.544.04-
YUV207.44100.6695.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=28.88%
G=42.78%
B=28.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622401590.3200.340.06117.7872.9778.24
HexA2F09F20022676494e
Octal242360237400426166111116
Binary1010001011110000100111111000000100010110111011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F09F; }

 p { color: rgb(162,240,159); }

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

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

 a { background-color: rgb(162,240,159); }

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

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

 span { border-color: rgb(162,240,159); }

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