#8ED07A

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

Shades of Gossip #8ED07A

Tints of Gossip #8ED07A

Color information

#8ED07A (or 0x8ED07A) is unknown color: approx Gossip. HEX triplet: 8E, D0 and 7A. RGB value is (142,208,122). Sum of RGB (Red+Green+Blue) = 142+208+122=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED07A is #712F85. Grayscale: #B2B2B2. Windows color (decimal): -7417734 or 8048782. OLE color: 8048782.

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

Color convert

RGB142208122-
CMYK0.3200.410.18
HSL106.05º47.78%64.71%-
HSV(B)106.05º41.35%81.57%-
XYZ37.2252.2726.54-
YUV178.4696.13101.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.08%
GREEN value IS 208 (81.64% from 255) = 44.07%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=30.08%
G=44.07%
B=25.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081220.3200.410.18106.0547.7864.71
Hex8ED07A20029126a3041
Octal216320172400512215260101
Binary1000111011010000111101010000001010011001011010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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