Shades of Gossip #9AD072
Tints of Gossip #9AD072
RGB
CMYK
RGB Variations
Color information
#9AD072 (or 0x9AD072) is known color: Gossip. HEX triplet: 9A, D0 and 72. RGB value is (154,208,114). Sum of RGB (Red+Green+Blue) = 154+208+114=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD072 is #652F8D. Grayscale: #B5B5B5. Windows color (decimal): -6631310 or 7524506. OLE color: 7524506.
HSL color Cylindrical-coordinate representation of color #9AD072: hue angle of 94.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AD072 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 114 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.18 |
| HSL | 94.47º | 0.5% | 0.63% | - |
| HSV(B) | 94.47º | 0.45% | 0.82% | - |
| XYZ | 38.92 | 53.2 | 24.14 | - |
| YUV | 181.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 114 | 0.26 | 0 | 0.45 | 0.18 | 94.47 | 0.5 | 0.63 |
| Hex | 9A | D0 | 72 | 1A | 0 | 2D | 12 | 5E | 32 | 3F |
| Octal | 232 | 320 | 162 | 32 | 0 | 55 | 22 | 136 | 62 | 77 |
| Binary | 10011010 | 11010000 | 1110010 | 11010 | 0 | 101101 | 10010 | 1011110 | 110010 | 111111 |
Color Harmonies of #9AD072
Complementary color
Monochromatic Colors of #9AD072
Black with #9AD072
Text Example
Text Example
White with #9AD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD072; }
p { color: rgb(154,208,114); }
H1.HeaderClassName
{
color: #9AD072;
}
.AnyTagClassName
{
color: #9AD072;
}
</style>
background-color css
<style>
a { background-color: #9AD072; }
a { background-color: rgb(154,208,114); }
div.DivClassName
{
background-color: #9AD072;
}
.BgClassName
{
background-color: #9AD072;
}
</style>
border-color css
<style>
span { border-color: #9AD072; }
span { border-color: rgb(154,208,114); }
td.TdClassName
{
border-color: #9AD072;
}
.TagClassName
{
border-color: #9AD072;
}
</style>