Shades of Gossip #9ADA83
Tints of Gossip #9ADA83
RGB
CMYK
RGB Variations
Color information
#9ADA83 (or 0x9ADA83) is known color: Gossip. HEX triplet: 9A, DA and 83. RGB value is (154,218,131). Sum of RGB (Red+Green+Blue) = 154+218+131=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA83 is #65257C. Grayscale: #BDBDBD. Windows color (decimal): -6628733 or 8641178. OLE color: 8641178.
HSL color Cylindrical-coordinate representation of color #9ADA83: hue angle of 104.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADA83 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 131 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.15 |
| HSL | 104.14º | 0.54% | 0.68% | - |
| HSV(B) | 104.14º | 0.4% | 0.85% | - |
| XYZ | 42.49 | 58.65 | 30.55 | - |
| YUV | 188.95 | 95.3 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 131 | 0.29 | 0 | 0.40 | 0.15 | 104.14 | 0.54 | 0.68 |
| Hex | 9A | DA | 83 | 1D | 0 | 28 | F | 68 | 36 | 44 |
| Octal | 232 | 332 | 203 | 35 | 0 | 50 | 17 | 150 | 66 | 104 |
| Binary | 10011010 | 11011010 | 10000011 | 11101 | 0 | 101000 | 1111 | 1101000 | 110110 | 1000100 |
Color Harmonies of #9ADA83
Complementary color
Monochromatic Colors of #9ADA83
Black with #9ADA83
Text Example
Text Example
White with #9ADA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA83; }
p { color: rgb(154,218,131); }
H1.HeaderClassName
{
color: #9ADA83;
}
.AnyTagClassName
{
color: #9ADA83;
}
</style>
background-color css
<style>
a { background-color: #9ADA83; }
a { background-color: rgb(154,218,131); }
div.DivClassName
{
background-color: #9ADA83;
}
.BgClassName
{
background-color: #9ADA83;
}
</style>
border-color css
<style>
span { border-color: #9ADA83; }
span { border-color: rgb(154,218,131); }
td.TdClassName
{
border-color: #9ADA83;
}
.TagClassName
{
border-color: #9ADA83;
}
</style>