Shades of Gossip #9AD08C
Tints of Gossip #9AD08C
RGB
CMYK
RGB Variations
Color information
#9AD08C (or 0x9AD08C) is known color: Gossip. HEX triplet: 9A, D0 and 8C. RGB value is (154,208,140). Sum of RGB (Red+Green+Blue) = 154+208+140=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD08C is #652F73. Grayscale: #B8B8B8. Windows color (decimal): -6631284 or 9228442. OLE color: 9228442.
HSL color Cylindrical-coordinate representation of color #9AD08C: hue angle of 107.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AD08C is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 140 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.18 |
| HSL | 107.65º | 0.42% | 0.68% | - |
| HSV(B) | 107.65º | 0.33% | 0.82% | - |
| XYZ | 40.62 | 53.88 | 33.07 | - |
| YUV | 184.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 140 | 0.26 | 0 | 0.33 | 0.18 | 107.65 | 0.42 | 0.68 |
| Hex | 9A | D0 | 8C | 1A | 0 | 21 | 12 | 6C | 2A | 44 |
| Octal | 232 | 320 | 214 | 32 | 0 | 41 | 22 | 154 | 52 | 104 |
| Binary | 10011010 | 11010000 | 10001100 | 11010 | 0 | 100001 | 10010 | 1101100 | 101010 | 1000100 |
Color Harmonies of #9AD08C
Complementary color
Monochromatic Colors of #9AD08C
Black with #9AD08C
Text Example
Text Example
White with #9AD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD08C; }
p { color: rgb(154,208,140); }
H1.HeaderClassName
{
color: #9AD08C;
}
.AnyTagClassName
{
color: #9AD08C;
}
</style>
background-color css
<style>
a { background-color: #9AD08C; }
a { background-color: rgb(154,208,140); }
div.DivClassName
{
background-color: #9AD08C;
}
.BgClassName
{
background-color: #9AD08C;
}
</style>
border-color css
<style>
span { border-color: #9AD08C; }
span { border-color: rgb(154,208,140); }
td.TdClassName
{
border-color: #9AD08C;
}
.TagClassName
{
border-color: #9AD08C;
}
</style>