Shades of Gossip #9AD278
Tints of Gossip #9AD278
RGB
CMYK
RGB Variations
Color information
#9AD278 (or 0x9AD278) is known color: Gossip. HEX triplet: 9A, D2 and 78. RGB value is (154,210,120). Sum of RGB (Red+Green+Blue) = 154+210+120=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD278 is #652D87. Grayscale: #B7B7B7. Windows color (decimal): -6630792 or 7918234. OLE color: 7918234.
HSL color Cylindrical-coordinate representation of color #9AD278: hue angle of 97.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD278 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 120 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.18 |
| HSL | 97.33º | 0.5% | 0.65% | - |
| HSV(B) | 97.33º | 0.43% | 0.82% | - |
| XYZ | 39.76 | 54.32 | 26.16 | - |
| YUV | 183 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 120 | 0.27 | 0 | 0.43 | 0.18 | 97.33 | 0.5 | 0.65 |
| Hex | 9A | D2 | 78 | 1B | 0 | 2B | 12 | 61 | 32 | 41 |
| Octal | 232 | 322 | 170 | 33 | 0 | 53 | 22 | 141 | 62 | 101 |
| Binary | 10011010 | 11010010 | 1111000 | 11011 | 0 | 101011 | 10010 | 1100001 | 110010 | 1000001 |
Color Harmonies of #9AD278
Complementary color
Monochromatic Colors of #9AD278
Black with #9AD278
Text Example
Text Example
White with #9AD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD278; }
p { color: rgb(154,210,120); }
H1.HeaderClassName
{
color: #9AD278;
}
.AnyTagClassName
{
color: #9AD278;
}
</style>
background-color css
<style>
a { background-color: #9AD278; }
a { background-color: rgb(154,210,120); }
div.DivClassName
{
background-color: #9AD278;
}
.BgClassName
{
background-color: #9AD278;
}
</style>
border-color css
<style>
span { border-color: #9AD278; }
span { border-color: rgb(154,210,120); }
td.TdClassName
{
border-color: #9AD278;
}
.TagClassName
{
border-color: #9AD278;
}
</style>