Shades of Gossip #9AC57D
Tints of Gossip #9AC57D
RGB
CMYK
RGB Variations
Color information
#9AC57D (or 0x9AC57D) is known color: Gossip. HEX triplet: 9A, C5 and 7D. RGB value is (154,197,125). Sum of RGB (Red+Green+Blue) = 154+197+125=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC57D is #653A82. Grayscale: #B0B0B0. Windows color (decimal): -6634115 or 8242586. OLE color: 8242586.
HSL color Cylindrical-coordinate representation of color #9AC57D: hue angle of 95.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AC57D is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 125 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.23 |
| HSL | 95.83º | 0.38% | 0.63% | - |
| HSV(B) | 95.83º | 0.37% | 0.77% | - |
| XYZ | 36.99 | 48.28 | 26.77 | - |
| YUV | 175.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 125 | 0.22 | 0 | 0.37 | 0.23 | 95.83 | 0.38 | 0.63 |
| Hex | 9A | C5 | 7D | 16 | 0 | 25 | 17 | 60 | 26 | 3F |
| Octal | 232 | 305 | 175 | 26 | 0 | 45 | 27 | 140 | 46 | 77 |
| Binary | 10011010 | 11000101 | 1111101 | 10110 | 0 | 100101 | 10111 | 1100000 | 100110 | 111111 |
Color Harmonies of #9AC57D
Complementary color
Monochromatic Colors of #9AC57D
Black with #9AC57D
Text Example
Text Example
White with #9AC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC57D; }
p { color: rgb(154,197,125); }
H1.HeaderClassName
{
color: #9AC57D;
}
.AnyTagClassName
{
color: #9AC57D;
}
</style>
background-color css
<style>
a { background-color: #9AC57D; }
a { background-color: rgb(154,197,125); }
div.DivClassName
{
background-color: #9AC57D;
}
.BgClassName
{
background-color: #9AC57D;
}
</style>
border-color css
<style>
span { border-color: #9AC57D; }
span { border-color: rgb(154,197,125); }
td.TdClassName
{
border-color: #9AC57D;
}
.TagClassName
{
border-color: #9AC57D;
}
</style>