Shades of Gossip #9ADB7D
Tints of Gossip #9ADB7D
RGB
CMYK
RGB Variations
Color information
#9ADB7D (or 0x9ADB7D) is known color: Gossip. HEX triplet: 9A, DB and 7D. RGB value is (154,219,125). Sum of RGB (Red+Green+Blue) = 154+219+125=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB7D is #652482. Grayscale: #BDBDBD. Windows color (decimal): -6628483 or 8248218. OLE color: 8248218.
HSL color Cylindrical-coordinate representation of color #9ADB7D: hue angle of 101.49º 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 #9ADB7D is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 125 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.14 |
| HSL | 101.49º | 0.57% | 0.67% | - |
| HSV(B) | 101.49º | 0.43% | 0.86% | - |
| XYZ | 42.36 | 59.01 | 28.56 | - |
| YUV | 188.85 | 91.97 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 125 | 0.30 | 0 | 0.43 | 0.14 | 101.49 | 0.57 | 0.67 |
| Hex | 9A | DB | 7D | 1E | 0 | 2B | E | 65 | 39 | 43 |
| Octal | 232 | 333 | 175 | 36 | 0 | 53 | 16 | 145 | 71 | 103 |
| Binary | 10011010 | 11011011 | 1111101 | 11110 | 0 | 101011 | 1110 | 1100101 | 111001 | 1000011 |
Color Harmonies of #9ADB7D
Complementary color
Monochromatic Colors of #9ADB7D
Black with #9ADB7D
Text Example
Text Example
White with #9ADB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB7D; }
p { color: rgb(154,219,125); }
H1.HeaderClassName
{
color: #9ADB7D;
}
.AnyTagClassName
{
color: #9ADB7D;
}
</style>
background-color css
<style>
a { background-color: #9ADB7D; }
a { background-color: rgb(154,219,125); }
div.DivClassName
{
background-color: #9ADB7D;
}
.BgClassName
{
background-color: #9ADB7D;
}
</style>
border-color css
<style>
span { border-color: #9ADB7D; }
span { border-color: rgb(154,219,125); }
td.TdClassName
{
border-color: #9ADB7D;
}
.TagClassName
{
border-color: #9ADB7D;
}
</style>