Shades of Gossip #9ACE87
Tints of Gossip #9ACE87
RGB
CMYK
RGB Variations
Color information
#9ACE87 (or 0x9ACE87) is known color: Gossip. HEX triplet: 9A, CE and 87. RGB value is (154,206,135). Sum of RGB (Red+Green+Blue) = 154+206+135=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE87 is #653178. Grayscale: #B6B6B6. Windows color (decimal): -6631801 or 8900250. OLE color: 8900250.
HSL color Cylindrical-coordinate representation of color #9ACE87: hue angle of 103.94º 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 #9ACE87 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 135 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.19 |
| HSL | 103.94º | 0.42% | 0.67% | - |
| HSV(B) | 103.94º | 0.34% | 0.81% | - |
| XYZ | 39.77 | 52.76 | 31.01 | - |
| YUV | 182.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 135 | 0.25 | 0 | 0.34 | 0.19 | 103.94 | 0.42 | 0.67 |
| Hex | 9A | CE | 87 | 19 | 0 | 22 | 13 | 68 | 2A | 43 |
| Octal | 232 | 316 | 207 | 31 | 0 | 42 | 23 | 150 | 52 | 103 |
| Binary | 10011010 | 11001110 | 10000111 | 11001 | 0 | 100010 | 10011 | 1101000 | 101010 | 1000011 |
Color Harmonies of #9ACE87
Complementary color
Monochromatic Colors of #9ACE87
Black with #9ACE87
Text Example
Text Example
White with #9ACE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE87; }
p { color: rgb(154,206,135); }
H1.HeaderClassName
{
color: #9ACE87;
}
.AnyTagClassName
{
color: #9ACE87;
}
</style>
background-color css
<style>
a { background-color: #9ACE87; }
a { background-color: rgb(154,206,135); }
div.DivClassName
{
background-color: #9ACE87;
}
.BgClassName
{
background-color: #9ACE87;
}
</style>
border-color css
<style>
span { border-color: #9ACE87; }
span { border-color: rgb(154,206,135); }
td.TdClassName
{
border-color: #9ACE87;
}
.TagClassName
{
border-color: #9ACE87;
}
</style>