Shades of Gossip #9AD078
Tints of Gossip #9AD078
RGB
CMYK
RGB Variations
Color information
#9AD078 (or 0x9AD078) is known color: Gossip. HEX triplet: 9A, D0 and 78. RGB value is (154,208,120). Sum of RGB (Red+Green+Blue) = 154+208+120=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD078 is #652F87. Grayscale: #B6B6B6. Windows color (decimal): -6631304 or 7917722. OLE color: 7917722.
HSL color Cylindrical-coordinate representation of color #9AD078: hue angle of 96.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AD078 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 120 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.18 |
| HSL | 96.82º | 0.48% | 0.64% | - |
| HSV(B) | 96.82º | 0.42% | 0.82% | - |
| XYZ | 39.27 | 53.34 | 25.99 | - |
| YUV | 181.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 120 | 0.26 | 0 | 0.42 | 0.18 | 96.82 | 0.48 | 0.64 |
| Hex | 9A | D0 | 78 | 1A | 0 | 2A | 12 | 61 | 30 | 40 |
| Octal | 232 | 320 | 170 | 32 | 0 | 52 | 22 | 141 | 60 | 100 |
| Binary | 10011010 | 11010000 | 1111000 | 11010 | 0 | 101010 | 10010 | 1100001 | 110000 | 1000000 |
Color Harmonies of #9AD078
Complementary color
Monochromatic Colors of #9AD078
Black with #9AD078
Text Example
Text Example
White with #9AD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD078; }
p { color: rgb(154,208,120); }
H1.HeaderClassName
{
color: #9AD078;
}
.AnyTagClassName
{
color: #9AD078;
}
</style>
background-color css
<style>
a { background-color: #9AD078; }
a { background-color: rgb(154,208,120); }
div.DivClassName
{
background-color: #9AD078;
}
.BgClassName
{
background-color: #9AD078;
}
</style>
border-color css
<style>
span { border-color: #9AD078; }
span { border-color: rgb(154,208,120); }
td.TdClassName
{
border-color: #9AD078;
}
.TagClassName
{
border-color: #9AD078;
}
</style>