Shades of Gossip #9AC57F
Tints of Gossip #9AC57F
RGB
CMYK
RGB Variations
Color information
#9AC57F (or 0x9AC57F) is known color: Gossip. HEX triplet: 9A, C5 and 7F. RGB value is (154,197,127). Sum of RGB (Red+Green+Blue) = 154+197+127=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC57F is #653A80. Grayscale: #B0B0B0. Windows color (decimal): -6634113 or 8373658. OLE color: 8373658.
HSL color Cylindrical-coordinate representation of color #9AC57F: hue angle of 96.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AC57F is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 197 | 127 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.23 |
| HSL | 96.86º | 0.38% | 0.64% | - |
| HSV(B) | 96.86º | 0.36% | 0.77% | - |
| XYZ | 37.12 | 48.33 | 27.45 | - |
| YUV | 176.16 | 100.25 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 197 | 127 | 0.22 | 0 | 0.36 | 0.23 | 96.86 | 0.38 | 0.64 |
| Hex | 9A | C5 | 7F | 16 | 0 | 24 | 17 | 61 | 26 | 40 |
| Octal | 232 | 305 | 177 | 26 | 0 | 44 | 27 | 141 | 46 | 100 |
| Binary | 10011010 | 11000101 | 1111111 | 10110 | 0 | 100100 | 10111 | 1100001 | 100110 | 1000000 |
Color Harmonies of #9AC57F
Complementary color
Monochromatic Colors of #9AC57F
Black with #9AC57F
Text Example
Text Example
White with #9AC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC57F; }
p { color: rgb(154,197,127); }
H1.HeaderClassName
{
color: #9AC57F;
}
.AnyTagClassName
{
color: #9AC57F;
}
</style>
background-color css
<style>
a { background-color: #9AC57F; }
a { background-color: rgb(154,197,127); }
div.DivClassName
{
background-color: #9AC57F;
}
.BgClassName
{
background-color: #9AC57F;
}
</style>
border-color css
<style>
span { border-color: #9AC57F; }
span { border-color: rgb(154,197,127); }
td.TdClassName
{
border-color: #9AC57F;
}
.TagClassName
{
border-color: #9AC57F;
}
</style>