#8ECA72

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

Shades of Gossip #8ECA72

Tints of Gossip #8ECA72

Color information

#8ECA72 (or 0x8ECA72) is unknown color: approx Gossip. HEX triplet: 8E, CA and 72. RGB value is (142,202,114). Sum of RGB (Red+Green+Blue) = 142+202+114=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECA72 is #71358D. Grayscale: #AEAEAE. Windows color (decimal): -7419278 or 7522958. OLE color: 7522958.

HSL color Cylindrical-coordinate representation of color #8ECA72: hue angle of 100.91º degrees, saturation: 0.45, 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 #8ECA72 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB142202114-
CMYK0.3000.440.21
HSL100.91º45.36%61.96%-
HSV(B)100.91º43.56%79.22%-
XYZ35.3149.2123.56-
YUV174.0394.12105.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=31.00%
G=44.10%
B=24.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422021140.3000.440.21100.9145.3661.96
Hex8ECA721E02C15652d3e
Octal21631216236054251455576
Binary10001110110010101110010111100101100101011100101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,202,114); }

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

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

 a { background-color: rgb(142,202,114); }

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

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

 span { border-color: rgb(142,202,114); }

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