Shades of Gossip #9ACE8E
Tints of Gossip #9ACE8E
RGB
CMYK
RGB Variations
Color information
#9ACE8E (or 0x9ACE8E) is known color: Gossip. HEX triplet: 9A, CE and 8E. RGB value is (154,206,142). Sum of RGB (Red+Green+Blue) = 154+206+142=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE8E is #653171. Grayscale: #B7B7B7. Windows color (decimal): -6631794 or 9359002. OLE color: 9359002.
HSL color Cylindrical-coordinate representation of color #9ACE8E: hue angle of 108.75º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ACE8E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 142 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.19 |
| HSL | 108.75º | 0.4% | 0.68% | - |
| HSV(B) | 108.75º | 0.31% | 0.81% | - |
| XYZ | 40.28 | 52.97 | 33.69 | - |
| YUV | 183.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 142 | 0.25 | 0 | 0.31 | 0.19 | 108.75 | 0.4 | 0.68 |
| Hex | 9A | CE | 8E | 19 | 0 | 1F | 13 | 6D | 28 | 44 |
| Octal | 232 | 316 | 216 | 31 | 0 | 37 | 23 | 155 | 50 | 104 |
| Binary | 10011010 | 11001110 | 10001110 | 11001 | 0 | 11111 | 10011 | 1101101 | 101000 | 1000100 |
Color Harmonies of #9ACE8E
Complementary color
Monochromatic Colors of #9ACE8E
Black with #9ACE8E
Text Example
Text Example
White with #9ACE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE8E; }
p { color: rgb(154,206,142); }
H1.HeaderClassName
{
color: #9ACE8E;
}
.AnyTagClassName
{
color: #9ACE8E;
}
</style>
background-color css
<style>
a { background-color: #9ACE8E; }
a { background-color: rgb(154,206,142); }
div.DivClassName
{
background-color: #9ACE8E;
}
.BgClassName
{
background-color: #9ACE8E;
}
</style>
border-color css
<style>
span { border-color: #9ACE8E; }
span { border-color: rgb(154,206,142); }
td.TdClassName
{
border-color: #9ACE8E;
}
.TagClassName
{
border-color: #9ACE8E;
}
</style>