#A2F49E

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

Shades of Pale Green #A2F49E

Tints of Pale Green #A2F49E

Color information

#A2F49E (or 0xA2F49E) is unknown color: approx Pale Green. HEX triplet: A2, F4 and 9E. RGB value is (162,244,158). Sum of RGB (Red+Green+Blue) = 162+244+158=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F49E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F49E is #5D0B61. Grayscale: #D1D1D1. Windows color (decimal): -6097762 or 10417314. OLE color: 10417314.

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

Color convert

RGB162244158-
CMYK0.3400.350.04
HSL117.21º79.63%78.82%-
HSV(B)117.21º35.25%95.69%-
XYZ53.4274.8543.98-
YUV209.6898.8393.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.72%
GREEN value IS 244 (95.70% from 255) = 43.26%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=28.72%
G=43.26%
B=28.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622441580.3400.350.04117.2179.6378.82
HexA2F49E22023475504f
Octal242364236420434165120117
Binary1010001011110100100111101000100100011100111010110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F49E; }

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

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

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

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

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

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

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

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