Shades of Gossip #9AD07C
Tints of Gossip #9AD07C
RGB
CMYK
RGB Variations
Color information
#9AD07C (or 0x9AD07C) is known color: Gossip. HEX triplet: 9A, D0 and 7C. RGB value is (154,208,124). Sum of RGB (Red+Green+Blue) = 154+208+124=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD07C is #652F83. Grayscale: #B6B6B6. Windows color (decimal): -6631300 or 8179866. OLE color: 8179866.
HSL color Cylindrical-coordinate representation of color #9AD07C: hue angle of 98.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD07C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 124 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.18 |
| HSL | 98.57º | 0.47% | 0.65% | - |
| HSV(B) | 98.57º | 0.4% | 0.82% | - |
| XYZ | 39.52 | 53.44 | 27.3 | - |
| YUV | 182.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 124 | 0.26 | 0 | 0.40 | 0.18 | 98.57 | 0.47 | 0.65 |
| Hex | 9A | D0 | 7C | 1A | 0 | 28 | 12 | 63 | 2F | 41 |
| Octal | 232 | 320 | 174 | 32 | 0 | 50 | 22 | 143 | 57 | 101 |
| Binary | 10011010 | 11010000 | 1111100 | 11010 | 0 | 101000 | 10010 | 1100011 | 101111 | 1000001 |
Color Harmonies of #9AD07C
Complementary color
Monochromatic Colors of #9AD07C
Black with #9AD07C
Text Example
Text Example
White with #9AD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD07C; }
p { color: rgb(154,208,124); }
H1.HeaderClassName
{
color: #9AD07C;
}
.AnyTagClassName
{
color: #9AD07C;
}
</style>
background-color css
<style>
a { background-color: #9AD07C; }
a { background-color: rgb(154,208,124); }
div.DivClassName
{
background-color: #9AD07C;
}
.BgClassName
{
background-color: #9AD07C;
}
</style>
border-color css
<style>
span { border-color: #9AD07C; }
span { border-color: rgb(154,208,124); }
td.TdClassName
{
border-color: #9AD07C;
}
.TagClassName
{
border-color: #9AD07C;
}
</style>