Shades of Gossip #9AD86F
Tints of Gossip #9AD86F
RGB
CMYK
RGB Variations
Color information
#9AD86F (or 0x9AD86F) is known color: Gossip. HEX triplet: 9A, D8 and 6F. RGB value is (154,216,111). Sum of RGB (Red+Green+Blue) = 154+216+111=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD86F is #652790. Grayscale: #B9B9B9. Windows color (decimal): -6629265 or 7329946. OLE color: 7329946.
HSL color Cylindrical-coordinate representation of color #9AD86F: hue angle of 95.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AD86F is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 111 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.15 |
| HSL | 95.43º | 0.57% | 0.64% | - |
| HSV(B) | 95.43º | 0.49% | 0.85% | - |
| XYZ | 40.75 | 57.13 | 23.92 | - |
| YUV | 185.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 111 | 0.29 | 0 | 0.49 | 0.15 | 95.43 | 0.57 | 0.64 |
| Hex | 9A | D8 | 6F | 1D | 0 | 31 | F | 5F | 39 | 40 |
| Octal | 232 | 330 | 157 | 35 | 0 | 61 | 17 | 137 | 71 | 100 |
| Binary | 10011010 | 11011000 | 1101111 | 11101 | 0 | 110001 | 1111 | 1011111 | 111001 | 1000000 |
Color Harmonies of #9AD86F
Complementary color
Monochromatic Colors of #9AD86F
Black with #9AD86F
Text Example
Text Example
White with #9AD86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD86F; }
p { color: rgb(154,216,111); }
H1.HeaderClassName
{
color: #9AD86F;
}
.AnyTagClassName
{
color: #9AD86F;
}
</style>
background-color css
<style>
a { background-color: #9AD86F; }
a { background-color: rgb(154,216,111); }
div.DivClassName
{
background-color: #9AD86F;
}
.BgClassName
{
background-color: #9AD86F;
}
</style>
border-color css
<style>
span { border-color: #9AD86F; }
span { border-color: rgb(154,216,111); }
td.TdClassName
{
border-color: #9AD86F;
}
.TagClassName
{
border-color: #9AD86F;
}
</style>