#9DDC82

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

Shades of Gossip #9DDC82

Tints of Gossip #9DDC82

Color information

#9DDC82 (or 0x9DDC82) is unknown color: approx Gossip. HEX triplet: 9D, DC and 82. RGB value is (157,220,130). Sum of RGB (Red+Green+Blue) = 157+220+130=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC82 is #62237D. Grayscale: #BFBFBF. Windows color (decimal): -6431614 or 8576157. OLE color: 8576157.

HSL color Cylindrical-coordinate representation of color #9DDC82: hue angle of 102º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DDC82 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB157220130-
CMYK0.2900.410.14
HSL102º56.25%68.63%-
HSV(B)102º40.91%86.27%-
XYZ43.5359.9730.4-
YUV190.993.63103.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=30.97%
G=43.39%
B=25.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201300.2900.410.1410256.2568.63
Hex9DDC821D029E663845
Octal235334202350511614670105
Binary100111011101110010000010111010101001111011001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,130); }

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

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

 a { background-color: rgb(157,220,130); }

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

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

 span { border-color: rgb(157,220,130); }

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