Shades of Gossip #9AD969
Tints of Gossip #9AD969
RGB
CMYK
RGB Variations
Color information
#9AD969 (or 0x9AD969) is known color: Gossip. HEX triplet: 9A, D9 and 69. RGB value is (154,217,105). Sum of RGB (Red+Green+Blue) = 154+217+105=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD969 is #652696. Grayscale: #B9B9B9. Windows color (decimal): -6629015 or 6936986. OLE color: 6936986.
HSL color Cylindrical-coordinate representation of color #9AD969: hue angle of 93.75º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AD969 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 105 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.15 |
| HSL | 93.75º | 0.6% | 0.63% | - |
| HSV(B) | 93.75º | 0.52% | 0.85% | - |
| XYZ | 40.69 | 57.52 | 22.32 | - |
| YUV | 185.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 105 | 0.29 | 0 | 0.52 | 0.15 | 93.75 | 0.6 | 0.63 |
| Hex | 9A | D9 | 69 | 1D | 0 | 34 | F | 5E | 3C | 3F |
| Octal | 232 | 331 | 151 | 35 | 0 | 64 | 17 | 136 | 74 | 77 |
| Binary | 10011010 | 11011001 | 1101001 | 11101 | 0 | 110100 | 1111 | 1011110 | 111100 | 111111 |
Color Harmonies of #9AD969
Complementary color
Monochromatic Colors of #9AD969
Black with #9AD969
Text Example
Text Example
White with #9AD969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD969; }
p { color: rgb(154,217,105); }
H1.HeaderClassName
{
color: #9AD969;
}
.AnyTagClassName
{
color: #9AD969;
}
</style>
background-color css
<style>
a { background-color: #9AD969; }
a { background-color: rgb(154,217,105); }
div.DivClassName
{
background-color: #9AD969;
}
.BgClassName
{
background-color: #9AD969;
}
</style>
border-color css
<style>
span { border-color: #9AD969; }
span { border-color: rgb(154,217,105); }
td.TdClassName
{
border-color: #9AD969;
}
.TagClassName
{
border-color: #9AD969;
}
</style>