Shades of Gossip #9AD87B
Tints of Gossip #9AD87B
RGB
CMYK
RGB Variations
Color information
#9AD87B (or 0x9AD87B) is known color: Gossip. HEX triplet: 9A, D8 and 7B. RGB value is (154,216,123). Sum of RGB (Red+Green+Blue) = 154+216+123=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD87B is #652784. Grayscale: #BBBBBB. Windows color (decimal): -6629253 or 8116378. OLE color: 8116378.
HSL color Cylindrical-coordinate representation of color #9AD87B: hue angle of 100º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD87B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 123 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.15 |
| HSL | 100º | 0.54% | 0.66% | - |
| HSV(B) | 100º | 0.43% | 0.85% | - |
| XYZ | 41.46 | 57.41 | 27.64 | - |
| YUV | 186.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 123 | 0.29 | 0 | 0.43 | 0.15 | 100 | 0.54 | 0.66 |
| Hex | 9A | D8 | 7B | 1D | 0 | 2B | F | 64 | 36 | 42 |
| Octal | 232 | 330 | 173 | 35 | 0 | 53 | 17 | 144 | 66 | 102 |
| Binary | 10011010 | 11011000 | 1111011 | 11101 | 0 | 101011 | 1111 | 1100100 | 110110 | 1000010 |
Color Harmonies of #9AD87B
Complementary color
Monochromatic Colors of #9AD87B
Black with #9AD87B
Text Example
Text Example
White with #9AD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD87B; }
p { color: rgb(154,216,123); }
H1.HeaderClassName
{
color: #9AD87B;
}
.AnyTagClassName
{
color: #9AD87B;
}
</style>
background-color css
<style>
a { background-color: #9AD87B; }
a { background-color: rgb(154,216,123); }
div.DivClassName
{
background-color: #9AD87B;
}
.BgClassName
{
background-color: #9AD87B;
}
</style>
border-color css
<style>
span { border-color: #9AD87B; }
span { border-color: rgb(154,216,123); }
td.TdClassName
{
border-color: #9AD87B;
}
.TagClassName
{
border-color: #9AD87B;
}
</style>