Shades of Gossip #9ADD6F
Tints of Gossip #9ADD6F
RGB
CMYK
RGB Variations
Color information
#9ADD6F (or 0x9ADD6F) is known color: Gossip. HEX triplet: 9A, DD and 6F. RGB value is (154,221,111). Sum of RGB (Red+Green+Blue) = 154+221+111=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD6F is #652290. Grayscale: #BCBCBC. Windows color (decimal): -6627985 or 7331226. OLE color: 7331226.
HSL color Cylindrical-coordinate representation of color #9ADD6F: hue angle of 96.55º 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 #9ADD6F is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 111 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.13 |
| HSL | 96.55º | 0.62% | 0.65% | - |
| HSV(B) | 96.55º | 0.5% | 0.87% | - |
| XYZ | 42.05 | 59.73 | 24.35 | - |
| YUV | 188.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 111 | 0.30 | 0 | 0.50 | 0.13 | 96.55 | 0.62 | 0.65 |
| Hex | 9A | DD | 6F | 1E | 0 | 32 | D | 61 | 3E | 41 |
| Octal | 232 | 335 | 157 | 36 | 0 | 62 | 15 | 141 | 76 | 101 |
| Binary | 10011010 | 11011101 | 1101111 | 11110 | 0 | 110010 | 1101 | 1100001 | 111110 | 1000001 |
Color Harmonies of #9ADD6F
Complementary color
Monochromatic Colors of #9ADD6F
Black with #9ADD6F
Text Example
Text Example
White with #9ADD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD6F; }
p { color: rgb(154,221,111); }
H1.HeaderClassName
{
color: #9ADD6F;
}
.AnyTagClassName
{
color: #9ADD6F;
}
</style>
background-color css
<style>
a { background-color: #9ADD6F; }
a { background-color: rgb(154,221,111); }
div.DivClassName
{
background-color: #9ADD6F;
}
.BgClassName
{
background-color: #9ADD6F;
}
</style>
border-color css
<style>
span { border-color: #9ADD6F; }
span { border-color: rgb(154,221,111); }
td.TdClassName
{
border-color: #9ADD6F;
}
.TagClassName
{
border-color: #9ADD6F;
}
</style>