Shades of Gossip #9AD66C
Tints of Gossip #9AD66C
RGB
CMYK
RGB Variations
Color information
#9AD66C (or 0x9AD66C) is known color: Gossip. HEX triplet: 9A, D6 and 6C. RGB value is (154,214,108). Sum of RGB (Red+Green+Blue) = 154+214+108=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD66C is #652993. Grayscale: #B8B8B8. Windows color (decimal): -6629780 or 7132826. OLE color: 7132826.
HSL color Cylindrical-coordinate representation of color #9AD66C: hue angle of 93.96º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AD66C is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 108 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.16 |
| HSL | 93.96º | 0.56% | 0.63% | - |
| HSV(B) | 93.96º | 0.5% | 0.84% | - |
| XYZ | 40.08 | 56.05 | 22.89 | - |
| YUV | 183.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 108 | 0.28 | 0 | 0.50 | 0.16 | 93.96 | 0.56 | 0.63 |
| Hex | 9A | D6 | 6C | 1C | 0 | 32 | 10 | 5E | 38 | 3F |
| Octal | 232 | 326 | 154 | 34 | 0 | 62 | 20 | 136 | 70 | 77 |
| Binary | 10011010 | 11010110 | 1101100 | 11100 | 0 | 110010 | 10000 | 1011110 | 111000 | 111111 |
Color Harmonies of #9AD66C
Complementary color
Monochromatic Colors of #9AD66C
Black with #9AD66C
Text Example
Text Example
White with #9AD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD66C; }
p { color: rgb(154,214,108); }
H1.HeaderClassName
{
color: #9AD66C;
}
.AnyTagClassName
{
color: #9AD66C;
}
</style>
background-color css
<style>
a { background-color: #9AD66C; }
a { background-color: rgb(154,214,108); }
div.DivClassName
{
background-color: #9AD66C;
}
.BgClassName
{
background-color: #9AD66C;
}
</style>
border-color css
<style>
span { border-color: #9AD66C; }
span { border-color: rgb(154,214,108); }
td.TdClassName
{
border-color: #9AD66C;
}
.TagClassName
{
border-color: #9AD66C;
}
</style>