#9DD37A

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

Shades of Gossip #9DD37A

Tints of Gossip #9DD37A

Color information

#9DD37A (or 0x9DD37A) is unknown color: approx Gossip. HEX triplet: 9D, D3 and 7A. RGB value is (157,211,122). Sum of RGB (Red+Green+Blue) = 157+211+122=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD37A is #622C85. Grayscale: #B9B9B9. Windows color (decimal): -6433926 or 8049565. OLE color: 8049565.

HSL color Cylindrical-coordinate representation of color #9DD37A: hue angle of 96.4º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DD37A is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB157211122-
CMYK0.2600.420.17
HSL96.4º50.28%65.29%-
HSV(B)96.4º42.18%82.75%-
XYZ40.7155.1626.91-
YUV184.7192.61108.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.04%
GREEN value IS 211 (82.81% from 255) = 43.06%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=32.04%
G=43.06%
B=24.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572111220.2600.420.1796.450.2865.29
Hex9DD37A1A02A11603241
Octal235323172320522114062101
Binary100111011101001111110101101001010101000111000001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,211,122); }

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

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

 a { background-color: rgb(157,211,122); }

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

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

 span { border-color: rgb(157,211,122); }

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