#8FCC70

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

Shades of Gossip #8FCC70

Tints of Gossip #8FCC70

Color information

#8FCC70 (or 0x8FCC70) is unknown color: approx Gossip. HEX triplet: 8F, CC and 70. RGB value is (143,204,112). Sum of RGB (Red+Green+Blue) = 143+204+112=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC70 is #70338F. Grayscale: #AFAFAF. Windows color (decimal): -7353232 or 7392399. OLE color: 7392399.

HSL color Cylindrical-coordinate representation of color #8FCC70: hue angle of 99.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FCC70 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB143204112-
CMYK0.3000.450.2
HSL99.78º47.42%61.96%-
HSV(B)99.78º45.1%80%-
XYZ35.8550.223.13-
YUV175.2792.29104.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.15%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=31.15%
G=44.44%
B=24.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1432041120.3000.450.299.7847.4261.96
Hex8FCC701E02D14642f3e
Octal21731416036055241445776
Binary10001111110011001110000111100101101101001100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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