Shades of Gossip #9ADD6E
Tints of Gossip #9ADD6E
RGB
CMYK
RGB Variations
Color information
#9ADD6E (or 0x9ADD6E) is known color: Gossip. HEX triplet: 9A, DD and 6E. RGB value is (154,221,110). Sum of RGB (Red+Green+Blue) = 154+221+110=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD6E is #652291. Grayscale: #BCBCBC. Windows color (decimal): -6627986 or 7265690. OLE color: 7265690.
HSL color Cylindrical-coordinate representation of color #9ADD6E: hue angle of 96.22º 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 #9ADD6E is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 110 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.13 |
| HSL | 96.22º | 0.62% | 0.65% | - |
| HSV(B) | 96.22º | 0.5% | 0.87% | - |
| XYZ | 42 | 59.71 | 24.06 | - |
| YUV | 188.31 | 83.8 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 110 | 0.30 | 0 | 0.50 | 0.13 | 96.22 | 0.62 | 0.65 |
| Hex | 9A | DD | 6E | 1E | 0 | 32 | D | 60 | 3E | 41 |
| Octal | 232 | 335 | 156 | 36 | 0 | 62 | 15 | 140 | 76 | 101 |
| Binary | 10011010 | 11011101 | 1101110 | 11110 | 0 | 110010 | 1101 | 1100000 | 111110 | 1000001 |
Color Harmonies of #9ADD6E
Complementary color
Monochromatic Colors of #9ADD6E
Black with #9ADD6E
Text Example
Text Example
White with #9ADD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD6E; }
p { color: rgb(154,221,110); }
H1.HeaderClassName
{
color: #9ADD6E;
}
.AnyTagClassName
{
color: #9ADD6E;
}
</style>
background-color css
<style>
a { background-color: #9ADD6E; }
a { background-color: rgb(154,221,110); }
div.DivClassName
{
background-color: #9ADD6E;
}
.BgClassName
{
background-color: #9ADD6E;
}
</style>
border-color css
<style>
span { border-color: #9ADD6E; }
span { border-color: rgb(154,221,110); }
td.TdClassName
{
border-color: #9ADD6E;
}
.TagClassName
{
border-color: #9ADD6E;
}
</style>