#A2FC9E

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

Shades of Pale Green #A2FC9E

Tints of Pale Green #A2FC9E

Color information

#A2FC9E (or 0xA2FC9E) is unknown color: approx Pale Green. HEX triplet: A2, FC and 9E. RGB value is (162,252,158). Sum of RGB (Red+Green+Blue) = 162+252+158=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FC9E is #5D0361. Grayscale: #D6D6D6. Windows color (decimal): -6095714 or 10419362. OLE color: 10419362.

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

Color convert

RGB162252158-
CMYK0.3600.370.01
HSL117.45º94%80.39%-
HSV(B)117.45º37.3%98.82%-
XYZ55.8879.7744.8-
YUV214.3796.1890.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.32%
GREEN value IS 252 (98.83% from 255) = 44.06%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=28.32%
G=44.06%
B=27.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622521580.3600.370.01117.459480.39
HexA2FC9E240251755e50
Octal242374236440451165136120
Binary10100010111111001001111010010001001011111010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FC9E; }

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

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

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

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

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

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

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

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