#9CDD81

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

Shades of Gossip #9CDD81

Tints of Gossip #9CDD81

Color information

#9CDD81 (or 0x9CDD81) is unknown color: approx Gossip. HEX triplet: 9C, DD and 81. RGB value is (156,221,129). Sum of RGB (Red+Green+Blue) = 156+221+129=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDD81 is #63227E. Grayscale: #BFBFBF. Windows color (decimal): -6496895 or 8510876. OLE color: 8510876.

HSL color Cylindrical-coordinate representation of color #9CDD81: hue angle of 102.39º 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 #9CDD81 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB156221129-
CMYK0.2900.420.13
HSL102.39º57.5%68.63%-
HSV(B)102.39º41.63%86.67%-
XYZ43.5360.3730.13-
YUV191.0892.97102.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.83%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=30.83%
G=43.68%
B=25.49%

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
Decimal1562211290.2900.420.13102.3957.568.63
Hex9CDD811D02AD663a45
Octal234335201350521514672105
Binary100111001101110110000001111010101010110111001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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