#8FCE70

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

Shades of Gossip #8FCE70

Tints of Gossip #8FCE70

Color information

#8FCE70 (or 0x8FCE70) is unknown color: approx Gossip. HEX triplet: 8F, CE and 70. RGB value is (143,206,112). Sum of RGB (Red+Green+Blue) = 143+206+112=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCE70 is #70318F. Grayscale: #B0B0B0. Windows color (decimal): -7352720 or 7392911. OLE color: 7392911.

HSL color Cylindrical-coordinate representation of color #8FCE70: hue angle of 100.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FCE70 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB143206112-
CMYK0.3100.460.19
HSL100.21º48.96%62.35%-
HSV(B)100.21º45.63%80.78%-
XYZ36.3251.1523.29-
YUV176.4591.63104.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=31.02%
G=44.69%
B=24.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061120.3100.460.19100.2148.9662.35
Hex8FCE701F02E1364313e
Octal21731616037056231446176
Binary10001111110011101110000111110101110100111100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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