#9DDA82

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

Shades of Gossip #9DDA82

Tints of Gossip #9DDA82

Color information

#9DDA82 (or 0x9DDA82) is unknown color: approx Gossip. HEX triplet: 9D, DA and 82. RGB value is (157,218,130). Sum of RGB (Red+Green+Blue) = 157+218+130=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA82 is #62257D. Grayscale: #BEBEBE. Windows color (decimal): -6432126 or 8575645. OLE color: 8575645.

HSL color Cylindrical-coordinate representation of color #9DDA82: hue angle of 101.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DDA82 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB157218130-
CMYK0.2800.400.15
HSL101.59º54.32%68.24%-
HSV(B)101.59º40.37%85.49%-
XYZ43.0158.9230.23-
YUV189.7394.29104.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=31.09%
G=43.17%
B=25.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181300.2800.400.15101.5954.3268.24
Hex9DDA821C028F663644
Octal235332202340501714666104
Binary100111011101101010000010111000101000111111001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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