Shades of Gossip #9ACD7E
Tints of Gossip #9ACD7E
RGB
CMYK
RGB Variations
Color information
#9ACD7E (or 0x9ACD7E) is known color: Gossip. HEX triplet: 9A, CD and 7E. RGB value is (154,205,126). Sum of RGB (Red+Green+Blue) = 154+205+126=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD7E is #653281. Grayscale: #B5B5B5. Windows color (decimal): -6632066 or 8310170. OLE color: 8310170.
HSL color Cylindrical-coordinate representation of color #9ACD7E: hue angle of 98.73º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACD7E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 126 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.20 |
| HSL | 98.73º | 0.44% | 0.65% | - |
| HSV(B) | 98.73º | 0.39% | 0.8% | - |
| XYZ | 38.92 | 52.04 | 27.73 | - |
| YUV | 180.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 126 | 0.25 | 0 | 0.39 | 0.20 | 98.73 | 0.44 | 0.65 |
| Hex | 9A | CD | 7E | 19 | 0 | 27 | 14 | 63 | 2C | 41 |
| Octal | 232 | 315 | 176 | 31 | 0 | 47 | 24 | 143 | 54 | 101 |
| Binary | 10011010 | 11001101 | 1111110 | 11001 | 0 | 100111 | 10100 | 1100011 | 101100 | 1000001 |
Color Harmonies of #9ACD7E
Complementary color
Monochromatic Colors of #9ACD7E
Black with #9ACD7E
Text Example
Text Example
White with #9ACD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD7E; }
p { color: rgb(154,205,126); }
H1.HeaderClassName
{
color: #9ACD7E;
}
.AnyTagClassName
{
color: #9ACD7E;
}
</style>
background-color css
<style>
a { background-color: #9ACD7E; }
a { background-color: rgb(154,205,126); }
div.DivClassName
{
background-color: #9ACD7E;
}
.BgClassName
{
background-color: #9ACD7E;
}
</style>
border-color css
<style>
span { border-color: #9ACD7E; }
span { border-color: rgb(154,205,126); }
td.TdClassName
{
border-color: #9ACD7E;
}
.TagClassName
{
border-color: #9ACD7E;
}
</style>