Shades of Gossip #9AD16E
Tints of Gossip #9AD16E
RGB
CMYK
RGB Variations
Color information
#9AD16E (or 0x9AD16E) is known color: Gossip. HEX triplet: 9A, D1 and 6E. RGB value is (154,209,110). Sum of RGB (Red+Green+Blue) = 154+209+110=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD16E is #652E91. Grayscale: #B5B5B5. Windows color (decimal): -6631058 or 7262618. OLE color: 7262618.
HSL color Cylindrical-coordinate representation of color #9AD16E: hue angle of 93.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AD16E is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 110 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.18 |
| HSL | 93.33º | 0.52% | 0.63% | - |
| HSV(B) | 93.33º | 0.47% | 0.82% | - |
| XYZ | 38.94 | 53.6 | 23.04 | - |
| YUV | 181.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 110 | 0.26 | 0 | 0.47 | 0.18 | 93.33 | 0.52 | 0.63 |
| Hex | 9A | D1 | 6E | 1A | 0 | 2F | 12 | 5D | 34 | 3F |
| Octal | 232 | 321 | 156 | 32 | 0 | 57 | 22 | 135 | 64 | 77 |
| Binary | 10011010 | 11010001 | 1101110 | 11010 | 0 | 101111 | 10010 | 1011101 | 110100 | 111111 |
Color Harmonies of #9AD16E
Complementary color
Monochromatic Colors of #9AD16E
Black with #9AD16E
Text Example
Text Example
White with #9AD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD16E; }
p { color: rgb(154,209,110); }
H1.HeaderClassName
{
color: #9AD16E;
}
.AnyTagClassName
{
color: #9AD16E;
}
</style>
background-color css
<style>
a { background-color: #9AD16E; }
a { background-color: rgb(154,209,110); }
div.DivClassName
{
background-color: #9AD16E;
}
.BgClassName
{
background-color: #9AD16E;
}
</style>
border-color css
<style>
span { border-color: #9AD16E; }
span { border-color: rgb(154,209,110); }
td.TdClassName
{
border-color: #9AD16E;
}
.TagClassName
{
border-color: #9AD16E;
}
</style>