Shades of Gossip #9AD588
Tints of Gossip #9AD588
RGB
CMYK
RGB Variations
Color information
#9AD588 (or 0x9AD588) is known color: Gossip. HEX triplet: 9A, D5 and 88. RGB value is (154,213,136). Sum of RGB (Red+Green+Blue) = 154+213+136=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD588 is #652A77. Grayscale: #BABABA. Windows color (decimal): -6630008 or 8967578. OLE color: 8967578.
HSL color Cylindrical-coordinate representation of color #9AD588: hue angle of 105.97º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AD588 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 136 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.16 |
| HSL | 105.97º | 0.48% | 0.68% | - |
| HSV(B) | 105.97º | 0.36% | 0.84% | - |
| XYZ | 41.56 | 56.24 | 31.96 | - |
| YUV | 186.58 | 99.45 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 136 | 0.28 | 0 | 0.36 | 0.16 | 105.97 | 0.48 | 0.68 |
| Hex | 9A | D5 | 88 | 1C | 0 | 24 | 10 | 6A | 30 | 44 |
| Octal | 232 | 325 | 210 | 34 | 0 | 44 | 20 | 152 | 60 | 104 |
| Binary | 10011010 | 11010101 | 10001000 | 11100 | 0 | 100100 | 10000 | 1101010 | 110000 | 1000100 |
Color Harmonies of #9AD588
Complementary color
Monochromatic Colors of #9AD588
Black with #9AD588
Text Example
Text Example
White with #9AD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD588; }
p { color: rgb(154,213,136); }
H1.HeaderClassName
{
color: #9AD588;
}
.AnyTagClassName
{
color: #9AD588;
}
</style>
background-color css
<style>
a { background-color: #9AD588; }
a { background-color: rgb(154,213,136); }
div.DivClassName
{
background-color: #9AD588;
}
.BgClassName
{
background-color: #9AD588;
}
</style>
border-color css
<style>
span { border-color: #9AD588; }
span { border-color: rgb(154,213,136); }
td.TdClassName
{
border-color: #9AD588;
}
.TagClassName
{
border-color: #9AD588;
}
</style>