#8AFC88

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

Shades of Light Green #8AFC88

Tints of Light Green #8AFC88

Color information

#8AFC88 (or 0x8AFC88) is unknown color: approx Light Green. HEX triplet: 8A, FC and 88. RGB value is (138,252,136). Sum of RGB (Red+Green+Blue) = 138+252+136=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFC88 is #750377. Grayscale: #CDCDCD. Windows color (decimal): -7668600 or 8977546. OLE color: 8977546.

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

Color convert

RGB138252136-
CMYK0.4500.460.01
HSL118.97º95.08%76.08%-
HSV(B)118.97º46.03%98.82%-
XYZ49.7476.835.5-
YUV204.6989.2380.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 252 (98.83% from 255) = 47.91%
BLUE value IS 136 (53.52% from 255) = 25.86%
R=26.24%
G=47.91%
B=25.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521360.4500.460.01118.9795.0876.08
Hex8AFC882D02E1775f4c
Octal212374210550561167137114
Binary10001010111111001000100010110101011101111011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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