Shades of Gossip #9ADF73
Tints of Gossip #9ADF73
RGB
CMYK
RGB Variations
Color information
#9ADF73 (or 0x9ADF73) is known color: Gossip. HEX triplet: 9A, DF and 73. RGB value is (154,223,115). Sum of RGB (Red+Green+Blue) = 154+223+115=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF73 is #65208C. Grayscale: #BEBEBE. Windows color (decimal): -6627469 or 7593882. OLE color: 7593882.
HSL color Cylindrical-coordinate representation of color #9ADF73: hue angle of 98.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ADF73 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 115 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.13 |
| HSL | 98.33º | 0.63% | 0.66% | - |
| HSV(B) | 98.33º | 0.48% | 0.87% | - |
| XYZ | 42.81 | 60.88 | 25.72 | - |
| YUV | 190.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 115 | 0.31 | 0 | 0.48 | 0.13 | 98.33 | 0.63 | 0.66 |
| Hex | 9A | DF | 73 | 1F | 0 | 30 | D | 62 | 3F | 42 |
| Octal | 232 | 337 | 163 | 37 | 0 | 60 | 15 | 142 | 77 | 102 |
| Binary | 10011010 | 11011111 | 1110011 | 11111 | 0 | 110000 | 1101 | 1100010 | 111111 | 1000010 |
Color Harmonies of #9ADF73
Complementary color
Monochromatic Colors of #9ADF73
Black with #9ADF73
Text Example
Text Example
White with #9ADF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADF73; }
p { color: rgb(154,223,115); }
H1.HeaderClassName
{
color: #9ADF73;
}
.AnyTagClassName
{
color: #9ADF73;
}
</style>
background-color css
<style>
a { background-color: #9ADF73; }
a { background-color: rgb(154,223,115); }
div.DivClassName
{
background-color: #9ADF73;
}
.BgClassName
{
background-color: #9ADF73;
}
</style>
border-color css
<style>
span { border-color: #9ADF73; }
span { border-color: rgb(154,223,115); }
td.TdClassName
{
border-color: #9ADF73;
}
.TagClassName
{
border-color: #9ADF73;
}
</style>