#9DDA87

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

Shades of Gossip #9DDA87

Tints of Gossip #9DDA87

Color information

#9DDA87 (or 0x9DDA87) is unknown color: approx Gossip. HEX triplet: 9D, DA and 87. RGB value is (157,218,135). Sum of RGB (Red+Green+Blue) = 157+218+135=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDA87 is #622578. Grayscale: #BEBEBE. Windows color (decimal): -6432121 or 8903325. OLE color: 8903325.

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

Color convert

RGB157218135-
CMYK0.2800.380.15
HSL104.1º52.87%69.22%-
HSV(B)104.1º38.07%85.49%-
XYZ43.3559.0632.04-
YUV190.396.79104.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.78%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=30.78%
G=42.75%
B=26.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181350.2800.380.15104.152.8769.22
Hex9DDA871C026F683545
Octal235332207340461715065105
Binary100111011101101010000111111000100110111111010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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