Shades of Gossip #9ADE74
Tints of Gossip #9ADE74
RGB
CMYK
RGB Variations
Color information
#9ADE74 (or 0x9ADE74) is known color: Gossip. HEX triplet: 9A, DE and 74. RGB value is (154,222,116). Sum of RGB (Red+Green+Blue) = 154+222+116=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE74 is #65218B. Grayscale: #BDBDBD. Windows color (decimal): -6627724 or 7659162. OLE color: 7659162.
HSL color Cylindrical-coordinate representation of color #9ADE74: hue angle of 98.49º degrees, saturation: 0.62, 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 #9ADE74 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 116 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.13 |
| HSL | 98.49º | 0.62% | 0.66% | - |
| HSV(B) | 98.49º | 0.48% | 0.87% | - |
| XYZ | 42.6 | 60.37 | 25.93 | - |
| YUV | 189.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 116 | 0.31 | 0 | 0.48 | 0.13 | 98.49 | 0.62 | 0.66 |
| Hex | 9A | DE | 74 | 1F | 0 | 30 | D | 62 | 3E | 42 |
| Octal | 232 | 336 | 164 | 37 | 0 | 60 | 15 | 142 | 76 | 102 |
| Binary | 10011010 | 11011110 | 1110100 | 11111 | 0 | 110000 | 1101 | 1100010 | 111110 | 1000010 |
Color Harmonies of #9ADE74
Complementary color
Monochromatic Colors of #9ADE74
Black with #9ADE74
Text Example
Text Example
White with #9ADE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE74; }
p { color: rgb(154,222,116); }
H1.HeaderClassName
{
color: #9ADE74;
}
.AnyTagClassName
{
color: #9ADE74;
}
</style>
background-color css
<style>
a { background-color: #9ADE74; }
a { background-color: rgb(154,222,116); }
div.DivClassName
{
background-color: #9ADE74;
}
.BgClassName
{
background-color: #9ADE74;
}
</style>
border-color css
<style>
span { border-color: #9ADE74; }
span { border-color: rgb(154,222,116); }
td.TdClassName
{
border-color: #9ADE74;
}
.TagClassName
{
border-color: #9ADE74;
}
</style>