Shades of Gossip #9AD57D
Tints of Gossip #9AD57D
RGB
CMYK
RGB Variations
Color information
#9AD57D (or 0x9AD57D) is known color: Gossip. HEX triplet: 9A, D5 and 7D. RGB value is (154,213,125). Sum of RGB (Red+Green+Blue) = 154+213+125=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD57D is #652A82. Grayscale: #B9B9B9. Windows color (decimal): -6630019 or 8246682. OLE color: 8246682.
HSL color Cylindrical-coordinate representation of color #9AD57D: hue angle of 100.23º 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 #9AD57D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 125 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.16 |
| HSL | 100.23º | 0.51% | 0.66% | - |
| HSV(B) | 100.23º | 0.41% | 0.84% | - |
| XYZ | 40.82 | 55.94 | 28.05 | - |
| YUV | 185.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 125 | 0.28 | 0 | 0.41 | 0.16 | 100.23 | 0.51 | 0.66 |
| Hex | 9A | D5 | 7D | 1C | 0 | 29 | 10 | 64 | 33 | 42 |
| Octal | 232 | 325 | 175 | 34 | 0 | 51 | 20 | 144 | 63 | 102 |
| Binary | 10011010 | 11010101 | 1111101 | 11100 | 0 | 101001 | 10000 | 1100100 | 110011 | 1000010 |
Color Harmonies of #9AD57D
Complementary color
Monochromatic Colors of #9AD57D
Black with #9AD57D
Text Example
Text Example
White with #9AD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD57D; }
p { color: rgb(154,213,125); }
H1.HeaderClassName
{
color: #9AD57D;
}
.AnyTagClassName
{
color: #9AD57D;
}
</style>
background-color css
<style>
a { background-color: #9AD57D; }
a { background-color: rgb(154,213,125); }
div.DivClassName
{
background-color: #9AD57D;
}
.BgClassName
{
background-color: #9AD57D;
}
</style>
border-color css
<style>
span { border-color: #9AD57D; }
span { border-color: rgb(154,213,125); }
td.TdClassName
{
border-color: #9AD57D;
}
.TagClassName
{
border-color: #9AD57D;
}
</style>