#9DDA84

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

Shades of Gossip #9DDA84

Tints of Gossip #9DDA84

Color information

#9DDA84 (or 0x9DDA84) is unknown color: approx Gossip. HEX triplet: 9D, DA and 84. RGB value is (157,218,132). Sum of RGB (Red+Green+Blue) = 157+218+132=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA84 is #62257B. Grayscale: #BEBEBE. Windows color (decimal): -6432124 or 8706717. OLE color: 8706717.

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

Color convert

RGB157218132-
CMYK0.2800.390.15
HSL102.56º53.75%68.63%-
HSV(B)102.56º39.45%85.49%-
XYZ43.1458.9830.94-
YUV189.9695.29104.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=30.97%
G=43.00%
B=26.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181320.2800.390.15102.5653.7568.63
Hex9DDA841C027F673645
Octal235332204340471714766105
Binary100111011101101010000100111000100111111111001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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