#8FCA71

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

Shades of Gossip #8FCA71

Tints of Gossip #8FCA71

Color information

#8FCA71 (or 0x8FCA71) is unknown color: approx Gossip. HEX triplet: 8F, CA and 71. RGB value is (143,202,113). Sum of RGB (Red+Green+Blue) = 143+202+113=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA71 is #70358E. Grayscale: #AEAEAE. Windows color (decimal): -7353743 or 7457423. OLE color: 7457423.

HSL color Cylindrical-coordinate representation of color #8FCA71: hue angle of 99.78º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FCA71 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB143202113-
CMYK0.2900.440.21
HSL99.78º45.64%61.76%-
HSV(B)99.78º44.06%79.22%-
XYZ35.4349.2723.27-
YUV174.2193.45105.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=31.22%
G=44.10%
B=24.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021130.2900.440.2199.7845.6461.76
Hex8FCA711D02C15642e3e
Octal21731216135054251445676
Binary10001111110010101110001111010101100101011100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,113); }

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

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

 a { background-color: rgb(143,202,113); }

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

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

 span { border-color: rgb(143,202,113); }

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