Shades of Gossip #9AD97F
Tints of Gossip #9AD97F
RGB
CMYK
RGB Variations
Color information
#9AD97F (or 0x9AD97F) is known color: Gossip. HEX triplet: 9A, D9 and 7F. RGB value is (154,217,127). Sum of RGB (Red+Green+Blue) = 154+217+127=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD97F is #652680. Grayscale: #BCBCBC. Windows color (decimal): -6628993 or 8378778. OLE color: 8378778.
HSL color Cylindrical-coordinate representation of color #9AD97F: hue angle of 102º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AD97F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 127 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.15 |
| HSL | 102º | 0.54% | 0.67% | - |
| HSV(B) | 102º | 0.41% | 0.85% | - |
| XYZ | 41.97 | 58.03 | 29.07 | - |
| YUV | 187.9 | 93.63 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 127 | 0.29 | 0 | 0.41 | 0.15 | 102 | 0.54 | 0.67 |
| Hex | 9A | D9 | 7F | 1D | 0 | 29 | F | 66 | 36 | 43 |
| Octal | 232 | 331 | 177 | 35 | 0 | 51 | 17 | 146 | 66 | 103 |
| Binary | 10011010 | 11011001 | 1111111 | 11101 | 0 | 101001 | 1111 | 1100110 | 110110 | 1000011 |
Color Harmonies of #9AD97F
Complementary color
Monochromatic Colors of #9AD97F
Black with #9AD97F
Text Example
Text Example
White with #9AD97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD97F; }
p { color: rgb(154,217,127); }
H1.HeaderClassName
{
color: #9AD97F;
}
.AnyTagClassName
{
color: #9AD97F;
}
</style>
background-color css
<style>
a { background-color: #9AD97F; }
a { background-color: rgb(154,217,127); }
div.DivClassName
{
background-color: #9AD97F;
}
.BgClassName
{
background-color: #9AD97F;
}
</style>
border-color css
<style>
span { border-color: #9AD97F; }
span { border-color: rgb(154,217,127); }
td.TdClassName
{
border-color: #9AD97F;
}
.TagClassName
{
border-color: #9AD97F;
}
</style>