#8AFC8C

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

Shades of Light Green #8AFC8C

Tints of Light Green #8AFC8C

Color information

#8AFC8C (or 0x8AFC8C) is unknown color: approx Light Green. HEX triplet: 8A, FC and 8C. RGB value is (138,252,140). Sum of RGB (Red+Green+Blue) = 138+252+140=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFC8C is #750373. Grayscale: #CDCDCD. Windows color (decimal): -7668596 or 9239690. OLE color: 9239690.

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

Color convert

RGB138252140-
CMYK0.4500.440.01
HSL121.05º95%76.47%-
HSV(B)121.05º45.24%98.82%-
XYZ50.0376.9237.02-
YUV205.1591.2380.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.04%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=26.04%
G=47.55%
B=26.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521400.4500.440.01121.059576.47
Hex8AFC8C2D02C1795f4c
Octal212374214550541171137114
Binary10001010111111001000110010110101011001111100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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