Shades of Gossip #9ADD74
Tints of Gossip #9ADD74
RGB
CMYK
RGB Variations
Color information
#9ADD74 (or 0x9ADD74) is known color: Gossip. HEX triplet: 9A, DD and 74. RGB value is (154,221,116). Sum of RGB (Red+Green+Blue) = 154+221+116=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD74 is #65228B. Grayscale: #BDBDBD. Windows color (decimal): -6627980 or 7658906. OLE color: 7658906.
HSL color Cylindrical-coordinate representation of color #9ADD74: hue angle of 98.29º degrees, saturation: 0.61, 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 #9ADD74 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 116 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.13 |
| HSL | 98.29º | 0.61% | 0.66% | - |
| HSV(B) | 98.29º | 0.48% | 0.87% | - |
| XYZ | 42.34 | 59.84 | 25.84 | - |
| YUV | 189 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 116 | 0.30 | 0 | 0.48 | 0.13 | 98.29 | 0.61 | 0.66 |
| Hex | 9A | DD | 74 | 1E | 0 | 30 | D | 62 | 3D | 42 |
| Octal | 232 | 335 | 164 | 36 | 0 | 60 | 15 | 142 | 75 | 102 |
| Binary | 10011010 | 11011101 | 1110100 | 11110 | 0 | 110000 | 1101 | 1100010 | 111101 | 1000010 |
Color Harmonies of #9ADD74
Complementary color
Monochromatic Colors of #9ADD74
Black with #9ADD74
Text Example
Text Example
White with #9ADD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD74; }
p { color: rgb(154,221,116); }
H1.HeaderClassName
{
color: #9ADD74;
}
.AnyTagClassName
{
color: #9ADD74;
}
</style>
background-color css
<style>
a { background-color: #9ADD74; }
a { background-color: rgb(154,221,116); }
div.DivClassName
{
background-color: #9ADD74;
}
.BgClassName
{
background-color: #9ADD74;
}
</style>
border-color css
<style>
span { border-color: #9ADD74; }
span { border-color: rgb(154,221,116); }
td.TdClassName
{
border-color: #9ADD74;
}
.TagClassName
{
border-color: #9ADD74;
}
</style>