#A2F9AC

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

Shades of Pale Green #A2F9AC

Tints of Pale Green #A2F9AC

Color information

#A2F9AC (or 0xA2F9AC) is unknown color: approx Pale Green. HEX triplet: A2, F9 and AC. RGB value is (162,249,172). Sum of RGB (Red+Green+Blue) = 162+249+172=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F9AC is #5D0653. Grayscale: #D6D6D6. Windows color (decimal): -6096468 or 11336098. OLE color: 11336098.

HSL color Cylindrical-coordinate representation of color #A2F9AC: hue angle of 126.9º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9AC is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB162249172-
CMYK0.3500.310.02
HSL126.9º87.88%80.59%-
HSV(B)126.9º34.94%97.65%-
XYZ56.2278.4151.2-
YUV214.21104.1890.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.79%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=27.79%
G=42.71%
B=29.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622491720.3500.310.02126.987.8880.59
HexA2F9AC2301F27f5851
Octal242371254430372177130121
Binary10100010111110011010110010001101111110111111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F9AC; }

 p { color: rgb(162,249,172); }

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

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

 a { background-color: rgb(162,249,172); }

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

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

 span { border-color: rgb(162,249,172); }

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