#8AFC89

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

Shades of Light Green #8AFC89

Tints of Light Green #8AFC89

Color information

#8AFC89 (or 0x8AFC89) is unknown color: approx Light Green. HEX triplet: 8A, FC and 89. RGB value is (138,252,137). Sum of RGB (Red+Green+Blue) = 138+252+137=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFC89 is #750376. Grayscale: #CDCDCD. Windows color (decimal): -7668599 or 9043082. OLE color: 9043082.

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

Color convert

RGB138252137-
CMYK0.4500.460.01
HSL119.48º95.04%76.27%-
HSV(B)119.48º45.63%98.82%-
XYZ49.8176.8335.87-
YUV204.889.7380.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.19%
GREEN value IS 252 (98.83% from 255) = 47.82%
BLUE value IS 137 (53.91% from 255) = 26.00%
R=26.19%
G=47.82%
B=26.00%

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
Decimal1382521370.4500.460.01119.4895.0476.27
Hex8AFC892D02E1775f4c
Octal212374211550561167137114
Binary10001010111111001000100110110101011101111011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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