#8FDC96

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

Shades of Light Green #8FDC96

Tints of Light Green #8FDC96

Color information

#8FDC96 (or 0x8FDC96) is unknown color: approx Light Green. HEX triplet: 8F, DC and 96. RGB value is (143,220,150). Sum of RGB (Red+Green+Blue) = 143+220+150=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC96 is #702369. Grayscale: #BDBDBD. Windows color (decimal): -7349098 or 9886863. OLE color: 9886863.

HSL color Cylindrical-coordinate representation of color #8FDC96: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDC96 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB143220150-
CMYK0.3500.320.14
HSL125.45º52.38%71.18%-
HSV(B)125.45º35%86.27%-
XYZ42.4359.2338.05-
YUV189105.9995.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.88%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=27.88%
G=42.88%
B=29.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201500.3500.320.14125.4552.3871.18
Hex8FDC9623020E7d3447
Octal217334226430401617564107
Binary1000111111011100100101101000110100000111011111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,150); }

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

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

 a { background-color: rgb(143,220,150); }

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

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

 span { border-color: rgb(143,220,150); }

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