Shades of Gossip #9AD08D
Tints of Gossip #9AD08D
RGB
CMYK
RGB Variations
Color information
#9AD08D (or 0x9AD08D) is known color: Gossip. HEX triplet: 9A, D0 and 8D. RGB value is (154,208,141). Sum of RGB (Red+Green+Blue) = 154+208+141=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD08D is #652F72. Grayscale: #B8B8B8. Windows color (decimal): -6631283 or 9293978. OLE color: 9293978.
HSL color Cylindrical-coordinate representation of color #9AD08D: hue angle of 108.36º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AD08D is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 141 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.18 |
| HSL | 108.36º | 0.42% | 0.68% | - |
| HSV(B) | 108.36º | 0.32% | 0.82% | - |
| XYZ | 40.69 | 53.9 | 33.46 | - |
| YUV | 184.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 141 | 0.26 | 0 | 0.32 | 0.18 | 108.36 | 0.42 | 0.68 |
| Hex | 9A | D0 | 8D | 1A | 0 | 20 | 12 | 6C | 2A | 44 |
| Octal | 232 | 320 | 215 | 32 | 0 | 40 | 22 | 154 | 52 | 104 |
| Binary | 10011010 | 11010000 | 10001101 | 11010 | 0 | 100000 | 10010 | 1101100 | 101010 | 1000100 |
Color Harmonies of #9AD08D
Complementary color
Monochromatic Colors of #9AD08D
Black with #9AD08D
Text Example
Text Example
White with #9AD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD08D; }
p { color: rgb(154,208,141); }
H1.HeaderClassName
{
color: #9AD08D;
}
.AnyTagClassName
{
color: #9AD08D;
}
</style>
background-color css
<style>
a { background-color: #9AD08D; }
a { background-color: rgb(154,208,141); }
div.DivClassName
{
background-color: #9AD08D;
}
.BgClassName
{
background-color: #9AD08D;
}
</style>
border-color css
<style>
span { border-color: #9AD08D; }
span { border-color: rgb(154,208,141); }
td.TdClassName
{
border-color: #9AD08D;
}
.TagClassName
{
border-color: #9AD08D;
}
</style>