Shades of Gossip #9AD96A
Tints of Gossip #9AD96A
RGB
CMYK
RGB Variations
Color information
#9AD96A (or 0x9AD96A) is known color: Gossip. HEX triplet: 9A, D9 and 6A. RGB value is (154,217,106). Sum of RGB (Red+Green+Blue) = 154+217+106=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD96A is #652695. Grayscale: #B9B9B9. Windows color (decimal): -6629014 or 7002522. OLE color: 7002522.
HSL color Cylindrical-coordinate representation of color #9AD96A: hue angle of 94.05º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AD96A is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 106 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.15 |
| HSL | 94.05º | 0.59% | 0.63% | - |
| HSV(B) | 94.05º | 0.51% | 0.85% | - |
| XYZ | 40.74 | 57.54 | 22.59 | - |
| YUV | 185.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 106 | 0.29 | 0 | 0.51 | 0.15 | 94.05 | 0.59 | 0.63 |
| Hex | 9A | D9 | 6A | 1D | 0 | 33 | F | 5E | 3B | 3F |
| Octal | 232 | 331 | 152 | 35 | 0 | 63 | 17 | 136 | 73 | 77 |
| Binary | 10011010 | 11011001 | 1101010 | 11101 | 0 | 110011 | 1111 | 1011110 | 111011 | 111111 |
Color Harmonies of #9AD96A
Complementary color
Monochromatic Colors of #9AD96A
Black with #9AD96A
Text Example
Text Example
White with #9AD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD96A; }
p { color: rgb(154,217,106); }
H1.HeaderClassName
{
color: #9AD96A;
}
.AnyTagClassName
{
color: #9AD96A;
}
</style>
background-color css
<style>
a { background-color: #9AD96A; }
a { background-color: rgb(154,217,106); }
div.DivClassName
{
background-color: #9AD96A;
}
.BgClassName
{
background-color: #9AD96A;
}
</style>
border-color css
<style>
span { border-color: #9AD96A; }
span { border-color: rgb(154,217,106); }
td.TdClassName
{
border-color: #9AD96A;
}
.TagClassName
{
border-color: #9AD96A;
}
</style>