#9ED08B

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

Shades of Gossip #9ED08B

Tints of Gossip #9ED08B

Color information

#9ED08B (or 0x9ED08B) is unknown color: approx Gossip. HEX triplet: 9E, D0 and 8B. RGB value is (158,208,139). Sum of RGB (Red+Green+Blue) = 158+208+139=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED08B is #612F74. Grayscale: #B9B9B9. Windows color (decimal): -6369141 or 9162910. OLE color: 9162910.

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

Color convert

RGB158208139-
CMYK0.2400.330.18
HSL103.48º42.33%68.04%-
HSV(B)103.48º33.17%81.57%-
XYZ41.3254.2432.72-
YUV185.18101.94108.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=31.29%
G=41.19%
B=27.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081390.2400.330.18103.4842.3368.04
Hex9ED08B1802112672a44
Octal236320213300412214752104
Binary1001111011010000100010111100001000011001011001111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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