#8FDA70

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

Shades of Gossip #8FDA70

Tints of Gossip #8FDA70

Color information

#8FDA70 (or 0x8FDA70) is unknown color: approx Gossip. HEX triplet: 8F, DA and 70. RGB value is (143,218,112). Sum of RGB (Red+Green+Blue) = 143+218+112=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA70 is #70258F. Grayscale: #B7B7B7. Windows color (decimal): -7349648 or 7395983. OLE color: 7395983.

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

Color convert

RGB143218112-
CMYK0.3400.490.15
HSL102.45º58.89%64.71%-
HSV(B)102.45º48.62%85.49%-
XYZ39.3257.1524.29-
YUV183.4987.6599.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.23%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=30.23%
G=46.09%
B=23.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432181120.3400.490.15102.4558.8964.71
Hex8FDA7022031F663b41
Octal217332160420611714673101
Binary100011111101101011100001000100110001111111001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,218,112); }

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

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

 a { background-color: rgb(143,218,112); }

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

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

 span { border-color: rgb(143,218,112); }

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