Shades of Gossip #9ADE70
Tints of Gossip #9ADE70
RGB
CMYK
RGB Variations
Color information
#9ADE70 (or 0x9ADE70) is known color: Gossip. HEX triplet: 9A, DE and 70. RGB value is (154,222,112). Sum of RGB (Red+Green+Blue) = 154+222+112=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE70 is #65218F. Grayscale: #BDBDBD. Windows color (decimal): -6627728 or 7397018. OLE color: 7397018.
HSL color Cylindrical-coordinate representation of color #9ADE70: hue angle of 97.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ADE70 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 112 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.13 |
| HSL | 97.09º | 0.63% | 0.65% | - |
| HSV(B) | 97.09º | 0.5% | 0.87% | - |
| XYZ | 42.37 | 60.28 | 24.73 | - |
| YUV | 189.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 112 | 0.31 | 0 | 0.50 | 0.13 | 97.09 | 0.63 | 0.65 |
| Hex | 9A | DE | 70 | 1F | 0 | 32 | D | 61 | 3E | 41 |
| Octal | 232 | 336 | 160 | 37 | 0 | 62 | 15 | 141 | 76 | 101 |
| Binary | 10011010 | 11011110 | 1110000 | 11111 | 0 | 110010 | 1101 | 1100001 | 111110 | 1000001 |
Color Harmonies of #9ADE70
Complementary color
Monochromatic Colors of #9ADE70
Black with #9ADE70
Text Example
Text Example
White with #9ADE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE70; }
p { color: rgb(154,222,112); }
H1.HeaderClassName
{
color: #9ADE70;
}
.AnyTagClassName
{
color: #9ADE70;
}
</style>
background-color css
<style>
a { background-color: #9ADE70; }
a { background-color: rgb(154,222,112); }
div.DivClassName
{
background-color: #9ADE70;
}
.BgClassName
{
background-color: #9ADE70;
}
</style>
border-color css
<style>
span { border-color: #9ADE70; }
span { border-color: rgb(154,222,112); }
td.TdClassName
{
border-color: #9ADE70;
}
.TagClassName
{
border-color: #9ADE70;
}
</style>