#8FD96C

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

Shades of Gossip #8FD96C

Tints of Gossip #8FD96C

Color information

#8FD96C (or 0x8FD96C) is unknown color: approx Gossip. HEX triplet: 8F, D9 and 6C. RGB value is (143,217,108). Sum of RGB (Red+Green+Blue) = 143+217+108=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD96C is #702693. Grayscale: #B6B6B6. Windows color (decimal): -7349908 or 7133583. OLE color: 7133583.

HSL color Cylindrical-coordinate representation of color #8FD96C: hue angle of 100.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FD96C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB143217108-
CMYK0.3400.500.15
HSL100.73º58.92%63.73%-
HSV(B)100.73º50.23%85.1%-
XYZ38.8556.5523.05-
YUV182.4585.9899.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 217 (85.16% from 255) = 46.37%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=30.56%
G=46.37%
B=23.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432171080.3400.500.15100.7358.9263.73
Hex8FD96C22032F653b40
Octal217331154420621714573100
Binary100011111101100111011001000100110010111111001011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,217,108); }

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

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

 a { background-color: rgb(143,217,108); }

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

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

 span { border-color: rgb(143,217,108); }

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