#A2F0A4

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

Shades of Pale Green #A2F0A4

Tints of Pale Green #A2F0A4

Color information

#A2F0A4 (or 0xA2F0A4) is unknown color: approx Pale Green. HEX triplet: A2, F0 and A4. RGB value is (162,240,164). Sum of RGB (Red+Green+Blue) = 162+240+164=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F0A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F0A4 is #5D0F5B. Grayscale: #D0D0D0. Windows color (decimal): -6098780 or 10809506. OLE color: 10809506.

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

Color convert

RGB162240164-
CMYK0.3200.320.06
HSL121.54º72.22%78.82%-
HSV(B)121.54º32.5%94.12%-
XYZ52.7672.6846.37-
YUV208.01103.1695.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.62%
GREEN value IS 240 (94.14% from 255) = 42.40%
BLUE value IS 164 (64.45% from 255) = 28.98%
R=28.62%
G=42.40%
B=28.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622401640.3200.320.06121.5472.2278.82
HexA2F0A42002067a484f
Octal242360244400406172110117
Binary1010001011110000101001001000000100000110111101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F0A4; }

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

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

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

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

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

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

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

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