#9EDD81

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

Shades of Gossip #9EDD81

Tints of Gossip #9EDD81

Color information

#9EDD81 (or 0x9EDD81) is unknown color: approx Gossip. HEX triplet: 9E, DD and 81. RGB value is (158,221,129). Sum of RGB (Red+Green+Blue) = 158+221+129=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD81 is #61227E. Grayscale: #BFBFBF. Windows color (decimal): -6365823 or 8510878. OLE color: 8510878.

HSL color Cylindrical-coordinate representation of color #9EDD81: hue angle of 101.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDD81 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB158221129-
CMYK0.2900.420.13
HSL101.09º57.5%68.63%-
HSV(B)101.09º41.63%86.67%-
XYZ43.9260.5730.14-
YUV191.6892.63103.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=31.10%
G=43.50%
B=25.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211290.2900.420.13101.0957.568.63
Hex9EDD811D02AD653a45
Octal236335201350521514572105
Binary100111101101110110000001111010101010110111001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,129); }

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

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

 a { background-color: rgb(158,221,129); }

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

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

 span { border-color: rgb(158,221,129); }

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