Shades of Gossip #9ADE78
Tints of Gossip #9ADE78
RGB
CMYK
RGB Variations
Color information
#9ADE78 (or 0x9ADE78) is known color: Gossip. HEX triplet: 9A, DE and 78. RGB value is (154,222,120). Sum of RGB (Red+Green+Blue) = 154+222+120=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE78 is #652187. Grayscale: #BEBEBE. Windows color (decimal): -6627720 or 7921306. OLE color: 7921306.
HSL color Cylindrical-coordinate representation of color #9ADE78: hue angle of 100º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ADE78 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 120 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.13 |
| HSL | 100º | 0.61% | 0.67% | - |
| HSV(B) | 100º | 0.46% | 0.87% | - |
| XYZ | 42.84 | 60.47 | 27.18 | - |
| YUV | 190.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 120 | 0.31 | 0 | 0.46 | 0.13 | 100 | 0.61 | 0.67 |
| Hex | 9A | DE | 78 | 1F | 0 | 2E | D | 64 | 3D | 43 |
| Octal | 232 | 336 | 170 | 37 | 0 | 56 | 15 | 144 | 75 | 103 |
| Binary | 10011010 | 11011110 | 1111000 | 11111 | 0 | 101110 | 1101 | 1100100 | 111101 | 1000011 |
Color Harmonies of #9ADE78
Complementary color
Monochromatic Colors of #9ADE78
Black with #9ADE78
Text Example
Text Example
White with #9ADE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE78; }
p { color: rgb(154,222,120); }
H1.HeaderClassName
{
color: #9ADE78;
}
.AnyTagClassName
{
color: #9ADE78;
}
</style>
background-color css
<style>
a { background-color: #9ADE78; }
a { background-color: rgb(154,222,120); }
div.DivClassName
{
background-color: #9ADE78;
}
.BgClassName
{
background-color: #9ADE78;
}
</style>
border-color css
<style>
span { border-color: #9ADE78; }
span { border-color: rgb(154,222,120); }
td.TdClassName
{
border-color: #9ADE78;
}
.TagClassName
{
border-color: #9ADE78;
}
</style>