Shades of Gossip #9AD17D
Tints of Gossip #9AD17D
RGB
CMYK
RGB Variations
Color information
#9AD17D (or 0x9AD17D) is known color: Gossip. HEX triplet: 9A, D1 and 7D. RGB value is (154,209,125). Sum of RGB (Red+Green+Blue) = 154+209+125=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD17D is #652E82. Grayscale: #B7B7B7. Windows color (decimal): -6631043 or 8245658. OLE color: 8245658.
HSL color Cylindrical-coordinate representation of color #9AD17D: hue angle of 99.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD17D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 125 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.18 |
| HSL | 99.29º | 0.48% | 0.65% | - |
| HSV(B) | 99.29º | 0.4% | 0.82% | - |
| XYZ | 39.83 | 53.95 | 27.72 | - |
| YUV | 182.98 | 95.28 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 125 | 0.26 | 0 | 0.40 | 0.18 | 99.29 | 0.48 | 0.65 |
| Hex | 9A | D1 | 7D | 1A | 0 | 28 | 12 | 63 | 30 | 41 |
| Octal | 232 | 321 | 175 | 32 | 0 | 50 | 22 | 143 | 60 | 101 |
| Binary | 10011010 | 11010001 | 1111101 | 11010 | 0 | 101000 | 10010 | 1100011 | 110000 | 1000001 |
Color Harmonies of #9AD17D
Complementary color
Monochromatic Colors of #9AD17D
Black with #9AD17D
Text Example
Text Example
White with #9AD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD17D; }
p { color: rgb(154,209,125); }
H1.HeaderClassName
{
color: #9AD17D;
}
.AnyTagClassName
{
color: #9AD17D;
}
</style>
background-color css
<style>
a { background-color: #9AD17D; }
a { background-color: rgb(154,209,125); }
div.DivClassName
{
background-color: #9AD17D;
}
.BgClassName
{
background-color: #9AD17D;
}
</style>
border-color css
<style>
span { border-color: #9AD17D; }
span { border-color: rgb(154,209,125); }
td.TdClassName
{
border-color: #9AD17D;
}
.TagClassName
{
border-color: #9AD17D;
}
</style>