Shades of Gossip #9ACD8F
Tints of Gossip #9ACD8F
RGB
CMYK
RGB Variations
Color information
#9ACD8F (or 0x9ACD8F) is known color: Gossip. HEX triplet: 9A, CD and 8F. RGB value is (154,205,143). Sum of RGB (Red+Green+Blue) = 154+205+143=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD8F is #653270. Grayscale: #B6B6B6. Windows color (decimal): -6632049 or 9424282. OLE color: 9424282.
HSL color Cylindrical-coordinate representation of color #9ACD8F: hue angle of 109.35º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACD8F is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 143 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.20 |
| HSL | 109.35º | 0.38% | 0.68% | - |
| HSV(B) | 109.35º | 0.3% | 0.8% | - |
| XYZ | 40.12 | 52.52 | 34.01 | - |
| YUV | 182.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 143 | 0.25 | 0 | 0.30 | 0.20 | 109.35 | 0.38 | 0.68 |
| Hex | 9A | CD | 8F | 19 | 0 | 1E | 14 | 6D | 26 | 44 |
| Octal | 232 | 315 | 217 | 31 | 0 | 36 | 24 | 155 | 46 | 104 |
| Binary | 10011010 | 11001101 | 10001111 | 11001 | 0 | 11110 | 10100 | 1101101 | 100110 | 1000100 |
Color Harmonies of #9ACD8F
Complementary color
Monochromatic Colors of #9ACD8F
Black with #9ACD8F
Text Example
Text Example
White with #9ACD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD8F; }
p { color: rgb(154,205,143); }
H1.HeaderClassName
{
color: #9ACD8F;
}
.AnyTagClassName
{
color: #9ACD8F;
}
</style>
background-color css
<style>
a { background-color: #9ACD8F; }
a { background-color: rgb(154,205,143); }
div.DivClassName
{
background-color: #9ACD8F;
}
.BgClassName
{
background-color: #9ACD8F;
}
</style>
border-color css
<style>
span { border-color: #9ACD8F; }
span { border-color: rgb(154,205,143); }
td.TdClassName
{
border-color: #9ACD8F;
}
.TagClassName
{
border-color: #9ACD8F;
}
</style>