#8ED27A

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

Shades of Gossip #8ED27A

Tints of Gossip #8ED27A

Color information

#8ED27A (or 0x8ED27A) is unknown color: approx Gossip. HEX triplet: 8E, D2 and 7A. RGB value is (142,210,122). Sum of RGB (Red+Green+Blue) = 142+210+122=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED27A is #712D85. Grayscale: #B3B3B3. Windows color (decimal): -7417222 or 8049294. OLE color: 8049294.

HSL color Cylindrical-coordinate representation of color #8ED27A: hue angle of 106.36º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ED27A is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB142210122-
CMYK0.3200.420.18
HSL106.36º49.44%65.1%-
HSV(B)106.36º41.9%82.35%-
XYZ37.7153.2526.7-
YUV179.6495.47101.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=29.96%
G=44.30%
B=25.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422101220.3200.420.18106.3649.4465.1
Hex8ED27A2002A126a3141
Octal216322172400522215261101
Binary1000111011010010111101010000001010101001011010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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