Shades of Gossip #9AD86B
Tints of Gossip #9AD86B
RGB
CMYK
RGB Variations
Color information
#9AD86B (or 0x9AD86B) is known color: Gossip. HEX triplet: 9A, D8 and 6B. RGB value is (154,216,107). Sum of RGB (Red+Green+Blue) = 154+216+107=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD86B is #652794. Grayscale: #B9B9B9. Windows color (decimal): -6629269 or 7067802. OLE color: 7067802.
HSL color Cylindrical-coordinate representation of color #9AD86B: hue angle of 94.13º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AD86B is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 107 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.15 |
| HSL | 94.13º | 0.58% | 0.63% | - |
| HSV(B) | 94.13º | 0.5% | 0.85% | - |
| XYZ | 40.54 | 57.04 | 22.78 | - |
| YUV | 185.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 107 | 0.29 | 0 | 0.50 | 0.15 | 94.13 | 0.58 | 0.63 |
| Hex | 9A | D8 | 6B | 1D | 0 | 32 | F | 5E | 3A | 3F |
| Octal | 232 | 330 | 153 | 35 | 0 | 62 | 17 | 136 | 72 | 77 |
| Binary | 10011010 | 11011000 | 1101011 | 11101 | 0 | 110010 | 1111 | 1011110 | 111010 | 111111 |
Color Harmonies of #9AD86B
Complementary color
Monochromatic Colors of #9AD86B
Black with #9AD86B
Text Example
Text Example
White with #9AD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD86B; }
p { color: rgb(154,216,107); }
H1.HeaderClassName
{
color: #9AD86B;
}
.AnyTagClassName
{
color: #9AD86B;
}
</style>
background-color css
<style>
a { background-color: #9AD86B; }
a { background-color: rgb(154,216,107); }
div.DivClassName
{
background-color: #9AD86B;
}
.BgClassName
{
background-color: #9AD86B;
}
</style>
border-color css
<style>
span { border-color: #9AD86B; }
span { border-color: rgb(154,216,107); }
td.TdClassName
{
border-color: #9AD86B;
}
.TagClassName
{
border-color: #9AD86B;
}
</style>