#8ED17A

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

Shades of Gossip #8ED17A

Tints of Gossip #8ED17A

Color information

#8ED17A (or 0x8ED17A) is unknown color: approx Gossip. HEX triplet: 8E, D1 and 7A. RGB value is (142,209,122). Sum of RGB (Red+Green+Blue) = 142+209+122=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED17A is #712E85. Grayscale: #B3B3B3. Windows color (decimal): -7417478 or 8049038. OLE color: 8049038.

HSL color Cylindrical-coordinate representation of color #8ED17A: hue angle of 106.21º 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 #8ED17A is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB142209122-
CMYK0.3200.420.18
HSL106.21º48.6%64.9%-
HSV(B)106.21º41.63%81.96%-
XYZ37.4752.7626.62-
YUV179.0595.8101.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 209 (82.03% from 255) = 44.19%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=30.02%
G=44.19%
B=25.79%

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
Decimal1422091220.3200.420.18106.2148.664.9
Hex8ED17A2002A126a3141
Octal216321172400522215261101
Binary1000111011010001111101010000001010101001011010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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