#A2FC8A

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

Shades of Pale Green #A2FC8A

Tints of Pale Green #A2FC8A

Color information

#A2FC8A (or 0xA2FC8A) is unknown color: approx Pale Green. HEX triplet: A2, FC and 8A. RGB value is (162,252,138). Sum of RGB (Red+Green+Blue) = 162+252+138=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FC8A is #5D0375. Grayscale: #D4D4D4. Windows color (decimal): -6095734 or 9108642. OLE color: 9108642.

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

Color convert

RGB162252138-
CMYK0.3600.450.01
HSL107.37º95%76.47%-
HSV(B)107.37º45.24%98.82%-
XYZ54.379.1436.46-
YUV212.0986.1892.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 252 (98.83% from 255) = 45.65%
BLUE value IS 138 (54.30% from 255) = 25%
R=29.35%
G=45.65%
B=25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622521380.3600.450.01107.379576.47
HexA2FC8A2402D16b5f4c
Octal242374212440551153137114
Binary10100010111111001000101010010001011011110101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FC8A; }

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

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

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

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

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

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

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

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