#A2FCAF

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

Shades of Pale Green #A2FCAF

Tints of Pale Green #A2FCAF

Color information

#A2FCAF (or 0xA2FCAF) is unknown color: approx Pale Green. HEX triplet: A2, FC and AF. RGB value is (162,252,175). Sum of RGB (Red+Green+Blue) = 162+252+175=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FCAF is #5D0350. Grayscale: #D8D8D8. Windows color (decimal): -6095697 or 11533474. OLE color: 11533474.

HSL color Cylindrical-coordinate representation of color #A2FCAF: hue angle of 128.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCAF is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB162252175-
CMYK0.3600.310.01
HSL128.67º93.75%81.18%-
HSV(B)128.67º35.71%98.82%-
XYZ57.4580.453.05-
YUV216.31104.6889.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.50%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=27.50%
G=42.78%
B=29.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622521750.3600.310.01128.6793.7581.18
HexA2FCAF2401F1815e51
Octal242374257440371201136121
Binary10100010111111001010111110010001111111000000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FCAF; }

 p { color: rgb(162,252,175); }

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

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

 a { background-color: rgb(162,252,175); }

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

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

 span { border-color: rgb(162,252,175); }

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