#A2F29E

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

Shades of Pale Green #A2F29E

Tints of Pale Green #A2F29E

Color information

#A2F29E (or 0xA2F29E) is unknown color: approx Pale Green. HEX triplet: A2, F2 and 9E. RGB value is (162,242,158). Sum of RGB (Red+Green+Blue) = 162+242+158=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F29E is #5D0D61. Grayscale: #D0D0D0. Windows color (decimal): -6098274 or 10416802. OLE color: 10416802.

HSL color Cylindrical-coordinate representation of color #A2F29E: hue angle of 117.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F29E is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB162242158-
CMYK0.3300.350.05
HSL117.14º76.36%78.43%-
HSV(B)117.14º34.71%94.9%-
XYZ52.8273.6543.78-
YUV208.599.594.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.83%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=28.83%
G=43.06%
B=28.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622421580.3300.350.05117.1476.3678.43
HexA2F29E210235754c4e
Octal242362236410435165114116
Binary1010001011110010100111101000010100011101111010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F29E; }

 p { color: rgb(162,242,158); }

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

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

 a { background-color: rgb(162,242,158); }

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

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

 span { border-color: rgb(162,242,158); }

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