Shades of Gossip #9AD672
Tints of Gossip #9AD672
RGB
CMYK
RGB Variations
Color information
#9AD672 (or 0x9AD672) is known color: Gossip. HEX triplet: 9A, D6 and 72. RGB value is (154,214,114). Sum of RGB (Red+Green+Blue) = 154+214+114=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD672 is #65298D. Grayscale: #B8B8B8. Windows color (decimal): -6629774 or 7526042. OLE color: 7526042.
HSL color Cylindrical-coordinate representation of color #9AD672: hue angle of 96º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AD672 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 114 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.16 |
| HSL | 96º | 0.55% | 0.64% | - |
| HSV(B) | 96º | 0.47% | 0.84% | - |
| XYZ | 40.41 | 56.18 | 24.63 | - |
| YUV | 184.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 114 | 0.28 | 0 | 0.47 | 0.16 | 96 | 0.55 | 0.64 |
| Hex | 9A | D6 | 72 | 1C | 0 | 2F | 10 | 60 | 37 | 40 |
| Octal | 232 | 326 | 162 | 34 | 0 | 57 | 20 | 140 | 67 | 100 |
| Binary | 10011010 | 11010110 | 1110010 | 11100 | 0 | 101111 | 10000 | 1100000 | 110111 | 1000000 |
Color Harmonies of #9AD672
Complementary color
Monochromatic Colors of #9AD672
Black with #9AD672
Text Example
Text Example
White with #9AD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD672; }
p { color: rgb(154,214,114); }
H1.HeaderClassName
{
color: #9AD672;
}
.AnyTagClassName
{
color: #9AD672;
}
</style>
background-color css
<style>
a { background-color: #9AD672; }
a { background-color: rgb(154,214,114); }
div.DivClassName
{
background-color: #9AD672;
}
.BgClassName
{
background-color: #9AD672;
}
</style>
border-color css
<style>
span { border-color: #9AD672; }
span { border-color: rgb(154,214,114); }
td.TdClassName
{
border-color: #9AD672;
}
.TagClassName
{
border-color: #9AD672;
}
</style>