Shades of Gossip #9ADF71
Tints of Gossip #9ADF71
RGB
CMYK
RGB Variations
Color information
#9ADF71 (or 0x9ADF71) is known color: Gossip. HEX triplet: 9A, DF and 71. RGB value is (154,223,113). Sum of RGB (Red+Green+Blue) = 154+223+113=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF71 is #65208E. Grayscale: #BEBEBE. Windows color (decimal): -6627471 or 7462810. OLE color: 7462810.
HSL color Cylindrical-coordinate representation of color #9ADF71: hue angle of 97.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ADF71 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 113 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.13 |
| HSL | 97.64º | 0.63% | 0.66% | - |
| HSV(B) | 97.64º | 0.49% | 0.87% | - |
| XYZ | 42.69 | 60.84 | 25.12 | - |
| YUV | 189.83 | 84.64 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 113 | 0.31 | 0 | 0.49 | 0.13 | 97.64 | 0.63 | 0.66 |
| Hex | 9A | DF | 71 | 1F | 0 | 31 | D | 62 | 3F | 42 |
| Octal | 232 | 337 | 161 | 37 | 0 | 61 | 15 | 142 | 77 | 102 |
| Binary | 10011010 | 11011111 | 1110001 | 11111 | 0 | 110001 | 1101 | 1100010 | 111111 | 1000010 |
Color Harmonies of #9ADF71
Complementary color
Monochromatic Colors of #9ADF71
Black with #9ADF71
Text Example
Text Example
White with #9ADF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADF71; }
p { color: rgb(154,223,113); }
H1.HeaderClassName
{
color: #9ADF71;
}
.AnyTagClassName
{
color: #9ADF71;
}
</style>
background-color css
<style>
a { background-color: #9ADF71; }
a { background-color: rgb(154,223,113); }
div.DivClassName
{
background-color: #9ADF71;
}
.BgClassName
{
background-color: #9ADF71;
}
</style>
border-color css
<style>
span { border-color: #9ADF71; }
span { border-color: rgb(154,223,113); }
td.TdClassName
{
border-color: #9ADF71;
}
.TagClassName
{
border-color: #9ADF71;
}
</style>