Shades of Gossip #9AD17E
Tints of Gossip #9AD17E
RGB
CMYK
RGB Variations
Color information
#9AD17E (or 0x9AD17E) is known color: Gossip. HEX triplet: 9A, D1 and 7E. RGB value is (154,209,126). Sum of RGB (Red+Green+Blue) = 154+209+126=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD17E is #652E81. Grayscale: #B7B7B7. Windows color (decimal): -6631042 or 8311194. OLE color: 8311194.
HSL color Cylindrical-coordinate representation of color #9AD17E: hue angle of 99.76º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD17E is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 126 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.18 |
| HSL | 99.76º | 0.47% | 0.66% | - |
| HSV(B) | 99.76º | 0.4% | 0.82% | - |
| XYZ | 39.89 | 53.98 | 28.05 | - |
| YUV | 183.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 126 | 0.26 | 0 | 0.40 | 0.18 | 99.76 | 0.47 | 0.66 |
| Hex | 9A | D1 | 7E | 1A | 0 | 28 | 12 | 64 | 2F | 42 |
| Octal | 232 | 321 | 176 | 32 | 0 | 50 | 22 | 144 | 57 | 102 |
| Binary | 10011010 | 11010001 | 1111110 | 11010 | 0 | 101000 | 10010 | 1100100 | 101111 | 1000010 |
Color Harmonies of #9AD17E
Complementary color
Monochromatic Colors of #9AD17E
Black with #9AD17E
Text Example
Text Example
White with #9AD17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD17E; }
p { color: rgb(154,209,126); }
H1.HeaderClassName
{
color: #9AD17E;
}
.AnyTagClassName
{
color: #9AD17E;
}
</style>
background-color css
<style>
a { background-color: #9AD17E; }
a { background-color: rgb(154,209,126); }
div.DivClassName
{
background-color: #9AD17E;
}
.BgClassName
{
background-color: #9AD17E;
}
</style>
border-color css
<style>
span { border-color: #9AD17E; }
span { border-color: rgb(154,209,126); }
td.TdClassName
{
border-color: #9AD17E;
}
.TagClassName
{
border-color: #9AD17E;
}
</style>