Shades of Gossip #9AC77B
Tints of Gossip #9AC77B
RGB
CMYK
RGB Variations
Color information
#9AC77B (or 0x9AC77B) is known color: Gossip. HEX triplet: 9A, C7 and 7B. RGB value is (154,199,123). Sum of RGB (Red+Green+Blue) = 154+199+123=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC77B is #653884. Grayscale: #B1B1B1. Windows color (decimal): -6633605 or 8112026. OLE color: 8112026.
HSL color Cylindrical-coordinate representation of color #9AC77B: hue angle of 95.53º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC77B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 199 | 123 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.22 |
| HSL | 95.53º | 0.4% | 0.63% | - |
| HSV(B) | 95.53º | 0.38% | 0.78% | - |
| XYZ | 37.33 | 49.15 | 26.26 | - |
| YUV | 176.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 199 | 123 | 0.23 | 0 | 0.38 | 0.22 | 95.53 | 0.4 | 0.63 |
| Hex | 9A | C7 | 7B | 17 | 0 | 26 | 16 | 60 | 28 | 3F |
| Octal | 232 | 307 | 173 | 27 | 0 | 46 | 26 | 140 | 50 | 77 |
| Binary | 10011010 | 11000111 | 1111011 | 10111 | 0 | 100110 | 10110 | 1100000 | 101000 | 111111 |
Color Harmonies of #9AC77B
Complementary color
Monochromatic Colors of #9AC77B
Black with #9AC77B
Text Example
Text Example
White with #9AC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC77B; }
p { color: rgb(154,199,123); }
H1.HeaderClassName
{
color: #9AC77B;
}
.AnyTagClassName
{
color: #9AC77B;
}
</style>
background-color css
<style>
a { background-color: #9AC77B; }
a { background-color: rgb(154,199,123); }
div.DivClassName
{
background-color: #9AC77B;
}
.BgClassName
{
background-color: #9AC77B;
}
</style>
border-color css
<style>
span { border-color: #9AC77B; }
span { border-color: rgb(154,199,123); }
td.TdClassName
{
border-color: #9AC77B;
}
.TagClassName
{
border-color: #9AC77B;
}
</style>