#8AFCA2

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

Shades of Pale Green #8AFCA2

Tints of Pale Green #8AFCA2

Color information

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

HSL color Cylindrical-coordinate representation of color #8AFCA2: hue angle of 132.63º 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 #8AFCA2 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB138252162-
CMYK0.4500.360.01
HSL132.63º95%76.47%-
HSV(B)132.63º45.24%98.82%-
XYZ51.8177.6346.44-
YUV207.65102.2378.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521620.4500.360.01132.639576.47
Hex8AFCA22D0241855f4c
Octal212374242550441205137114
Binary100010101111110010100010101101010010011000010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AFCA2; }

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

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

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

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

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

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

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

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