Shades of Gossip #9AD57E
Tints of Gossip #9AD57E
RGB
CMYK
RGB Variations
Color information
#9AD57E (or 0x9AD57E) is known color: Gossip. HEX triplet: 9A, D5 and 7E. RGB value is (154,213,126). Sum of RGB (Red+Green+Blue) = 154+213+126=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD57E is #652A81. Grayscale: #B9B9B9. Windows color (decimal): -6630018 or 8312218. OLE color: 8312218.
HSL color Cylindrical-coordinate representation of color #9AD57E: hue angle of 100.69º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AD57E is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 126 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.16 |
| HSL | 100.69º | 0.51% | 0.66% | - |
| HSV(B) | 100.69º | 0.41% | 0.84% | - |
| XYZ | 40.89 | 55.96 | 28.39 | - |
| YUV | 185.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 126 | 0.28 | 0 | 0.41 | 0.16 | 100.69 | 0.51 | 0.66 |
| Hex | 9A | D5 | 7E | 1C | 0 | 29 | 10 | 65 | 33 | 42 |
| Octal | 232 | 325 | 176 | 34 | 0 | 51 | 20 | 145 | 63 | 102 |
| Binary | 10011010 | 11010101 | 1111110 | 11100 | 0 | 101001 | 10000 | 1100101 | 110011 | 1000010 |
Color Harmonies of #9AD57E
Complementary color
Monochromatic Colors of #9AD57E
Black with #9AD57E
Text Example
Text Example
White with #9AD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD57E; }
p { color: rgb(154,213,126); }
H1.HeaderClassName
{
color: #9AD57E;
}
.AnyTagClassName
{
color: #9AD57E;
}
</style>
background-color css
<style>
a { background-color: #9AD57E; }
a { background-color: rgb(154,213,126); }
div.DivClassName
{
background-color: #9AD57E;
}
.BgClassName
{
background-color: #9AD57E;
}
</style>
border-color css
<style>
span { border-color: #9AD57E; }
span { border-color: rgb(154,213,126); }
td.TdClassName
{
border-color: #9AD57E;
}
.TagClassName
{
border-color: #9AD57E;
}
</style>