#8ED27F

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

Shades of Gossip #8ED27F

Tints of Gossip #8ED27F

Color information

#8ED27F (or 0x8ED27F) is unknown color: approx Gossip. HEX triplet: 8E, D2 and 7F. RGB value is (142,210,127). Sum of RGB (Red+Green+Blue) = 142+210+127=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED27F is #712D80. Grayscale: #B4B4B4. Windows color (decimal): -7417217 or 8376974. OLE color: 8376974.

HSL color Cylindrical-coordinate representation of color #8ED27F: hue angle of 109.16º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED27F is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB142210127-
CMYK0.3200.400.18
HSL109.16º47.98%66.08%-
HSV(B)109.16º39.52%82.35%-
XYZ38.0353.3828.38-
YUV180.2197.97100.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.65%
GREEN value IS 210 (82.42% from 255) = 43.84%
BLUE value IS 127 (50% from 255) = 26.51%
R=29.65%
G=43.84%
B=26.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101270.3200.400.18109.1647.9866.08
Hex8ED27F20028126d3042
Octal216322177400502215560102
Binary1000111011010010111111110000001010001001011011011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,127); }

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

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

 a { background-color: rgb(142,210,127); }

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

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

 span { border-color: rgb(142,210,127); }

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