#9ED08E

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

Shades of Gossip #9ED08E

Tints of Gossip #9ED08E

Color information

#9ED08E (or 0x9ED08E) is unknown color: approx Gossip. HEX triplet: 9E, D0 and 8E. RGB value is (158,208,142). Sum of RGB (Red+Green+Blue) = 158+208+142=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED08E is #612F71. Grayscale: #B9B9B9. Windows color (decimal): -6369138 or 9359518. OLE color: 9359518.

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

Color convert

RGB158208142-
CMYK0.2400.320.18
HSL105.45º41.25%68.63%-
HSV(B)105.45º31.73%81.57%-
XYZ41.5454.3333.89-
YUV185.53103.44108.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 208 (81.64% from 255) = 40.94%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=31.10%
G=40.94%
B=27.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081420.2400.320.18105.4541.2568.63
Hex9ED08E1802012692945
Octal236320216300402215151105
Binary1001111011010000100011101100001000001001011010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED08E; }

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

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

<style>
 a { background-color: #9ED08E; }

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

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

<style>
 span { border-color: #9ED08E; }

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

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