Shades of Gossip #9ADD7C
Tints of Gossip #9ADD7C
RGB
CMYK
RGB Variations
Color information
#9ADD7C (or 0x9ADD7C) is known color: Gossip. HEX triplet: 9A, DD and 7C. RGB value is (154,221,124). Sum of RGB (Red+Green+Blue) = 154+221+124=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD7C is #652283. Grayscale: #BEBEBE. Windows color (decimal): -6627972 or 8183194. OLE color: 8183194.
HSL color Cylindrical-coordinate representation of color #9ADD7C: hue angle of 101.44º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ADD7C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 124 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.13 |
| HSL | 101.44º | 0.59% | 0.68% | - |
| HSV(B) | 101.44º | 0.44% | 0.87% | - |
| XYZ | 42.82 | 60.04 | 28.4 | - |
| YUV | 189.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 124 | 0.30 | 0 | 0.44 | 0.13 | 101.44 | 0.59 | 0.68 |
| Hex | 9A | DD | 7C | 1E | 0 | 2C | D | 65 | 3B | 44 |
| Octal | 232 | 335 | 174 | 36 | 0 | 54 | 15 | 145 | 73 | 104 |
| Binary | 10011010 | 11011101 | 1111100 | 11110 | 0 | 101100 | 1101 | 1100101 | 111011 | 1000100 |
Color Harmonies of #9ADD7C
Complementary color
Monochromatic Colors of #9ADD7C
Black with #9ADD7C
Text Example
Text Example
White with #9ADD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD7C; }
p { color: rgb(154,221,124); }
H1.HeaderClassName
{
color: #9ADD7C;
}
.AnyTagClassName
{
color: #9ADD7C;
}
</style>
background-color css
<style>
a { background-color: #9ADD7C; }
a { background-color: rgb(154,221,124); }
div.DivClassName
{
background-color: #9ADD7C;
}
.BgClassName
{
background-color: #9ADD7C;
}
</style>
border-color css
<style>
span { border-color: #9ADD7C; }
span { border-color: rgb(154,221,124); }
td.TdClassName
{
border-color: #9ADD7C;
}
.TagClassName
{
border-color: #9ADD7C;
}
</style>