Shades of Gossip #9ADB7C
Tints of Gossip #9ADB7C
RGB
CMYK
RGB Variations
Color information
#9ADB7C (or 0x9ADB7C) is known color: Gossip. HEX triplet: 9A, DB and 7C. RGB value is (154,219,124). Sum of RGB (Red+Green+Blue) = 154+219+124=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB7C is #652483. Grayscale: #BDBDBD. Windows color (decimal): -6628484 or 8182682. OLE color: 8182682.
HSL color Cylindrical-coordinate representation of color #9ADB7C: hue angle of 101.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ADB7C is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 124 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.14 |
| HSL | 101.05º | 0.57% | 0.67% | - |
| HSV(B) | 101.05º | 0.43% | 0.86% | - |
| XYZ | 42.3 | 58.99 | 28.23 | - |
| YUV | 188.74 | 91.47 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 124 | 0.30 | 0 | 0.43 | 0.14 | 101.05 | 0.57 | 0.67 |
| Hex | 9A | DB | 7C | 1E | 0 | 2B | E | 65 | 39 | 43 |
| Octal | 232 | 333 | 174 | 36 | 0 | 53 | 16 | 145 | 71 | 103 |
| Binary | 10011010 | 11011011 | 1111100 | 11110 | 0 | 101011 | 1110 | 1100101 | 111001 | 1000011 |
Color Harmonies of #9ADB7C
Complementary color
Monochromatic Colors of #9ADB7C
Black with #9ADB7C
Text Example
Text Example
White with #9ADB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB7C; }
p { color: rgb(154,219,124); }
H1.HeaderClassName
{
color: #9ADB7C;
}
.AnyTagClassName
{
color: #9ADB7C;
}
</style>
background-color css
<style>
a { background-color: #9ADB7C; }
a { background-color: rgb(154,219,124); }
div.DivClassName
{
background-color: #9ADB7C;
}
.BgClassName
{
background-color: #9ADB7C;
}
</style>
border-color css
<style>
span { border-color: #9ADB7C; }
span { border-color: rgb(154,219,124); }
td.TdClassName
{
border-color: #9ADB7C;
}
.TagClassName
{
border-color: #9ADB7C;
}
</style>