Shades of Gossip #9ACE88
Tints of Gossip #9ACE88
RGB
CMYK
RGB Variations
Color information
#9ACE88 (or 0x9ACE88) is known color: Gossip. HEX triplet: 9A, CE and 88. RGB value is (154,206,136). Sum of RGB (Red+Green+Blue) = 154+206+136=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE88 is #653177. Grayscale: #B6B6B6. Windows color (decimal): -6631800 or 8965786. OLE color: 8965786.
HSL color Cylindrical-coordinate representation of color #9ACE88: hue angle of 104.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ACE88 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 136 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.19 |
| HSL | 104.57º | 0.42% | 0.67% | - |
| HSV(B) | 104.57º | 0.34% | 0.81% | - |
| XYZ | 39.84 | 52.79 | 31.38 | - |
| YUV | 182.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 136 | 0.25 | 0 | 0.34 | 0.19 | 104.57 | 0.42 | 0.67 |
| Hex | 9A | CE | 88 | 19 | 0 | 22 | 13 | 69 | 2A | 43 |
| Octal | 232 | 316 | 210 | 31 | 0 | 42 | 23 | 151 | 52 | 103 |
| Binary | 10011010 | 11001110 | 10001000 | 11001 | 0 | 100010 | 10011 | 1101001 | 101010 | 1000011 |
Color Harmonies of #9ACE88
Complementary color
Monochromatic Colors of #9ACE88
Black with #9ACE88
Text Example
Text Example
White with #9ACE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE88; }
p { color: rgb(154,206,136); }
H1.HeaderClassName
{
color: #9ACE88;
}
.AnyTagClassName
{
color: #9ACE88;
}
</style>
background-color css
<style>
a { background-color: #9ACE88; }
a { background-color: rgb(154,206,136); }
div.DivClassName
{
background-color: #9ACE88;
}
.BgClassName
{
background-color: #9ACE88;
}
</style>
border-color css
<style>
span { border-color: #9ACE88; }
span { border-color: rgb(154,206,136); }
td.TdClassName
{
border-color: #9ACE88;
}
.TagClassName
{
border-color: #9ACE88;
}
</style>