Shades of Gossip #9ACD8E
Tints of Gossip #9ACD8E
RGB
CMYK
RGB Variations
Color information
#9ACD8E (or 0x9ACD8E) is known color: Gossip. HEX triplet: 9A, CD and 8E. RGB value is (154,205,142). Sum of RGB (Red+Green+Blue) = 154+205+142=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD8E is #653271. Grayscale: #B6B6B6. Windows color (decimal): -6632050 or 9358746. OLE color: 9358746.
HSL color Cylindrical-coordinate representation of color #9ACD8E: hue angle of 108.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ACD8E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 142 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.20 |
| HSL | 108.57º | 0.39% | 0.68% | - |
| HSV(B) | 108.57º | 0.31% | 0.8% | - |
| XYZ | 40.04 | 52.49 | 33.61 | - |
| YUV | 182.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 142 | 0.25 | 0 | 0.31 | 0.20 | 108.57 | 0.39 | 0.68 |
| Hex | 9A | CD | 8E | 19 | 0 | 1F | 14 | 6D | 27 | 44 |
| Octal | 232 | 315 | 216 | 31 | 0 | 37 | 24 | 155 | 47 | 104 |
| Binary | 10011010 | 11001101 | 10001110 | 11001 | 0 | 11111 | 10100 | 1101101 | 100111 | 1000100 |
Color Harmonies of #9ACD8E
Complementary color
Monochromatic Colors of #9ACD8E
Black with #9ACD8E
Text Example
Text Example
White with #9ACD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD8E; }
p { color: rgb(154,205,142); }
H1.HeaderClassName
{
color: #9ACD8E;
}
.AnyTagClassName
{
color: #9ACD8E;
}
</style>
background-color css
<style>
a { background-color: #9ACD8E; }
a { background-color: rgb(154,205,142); }
div.DivClassName
{
background-color: #9ACD8E;
}
.BgClassName
{
background-color: #9ACD8E;
}
</style>
border-color css
<style>
span { border-color: #9ACD8E; }
span { border-color: rgb(154,205,142); }
td.TdClassName
{
border-color: #9ACD8E;
}
.TagClassName
{
border-color: #9ACD8E;
}
</style>