Shades of Gossip #9AC68D
Tints of Gossip #9AC68D
RGB
CMYK
RGB Variations
Color information
#9AC68D (or 0x9AC68D) is known color: Gossip. HEX triplet: 9A, C6 and 8D. RGB value is (154,198,141). Sum of RGB (Red+Green+Blue) = 154+198+141=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC68D is #653972. Grayscale: #B2B2B2. Windows color (decimal): -6633843 or 9291418. OLE color: 9291418.
HSL color Cylindrical-coordinate representation of color #9AC68D: hue angle of 106.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AC68D is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 198 | 141 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.22 |
| HSL | 106.32º | 0.33% | 0.66% | - |
| HSV(B) | 106.32º | 0.29% | 0.78% | - |
| XYZ | 38.33 | 49.18 | 32.67 | - |
| YUV | 178.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 198 | 141 | 0.22 | 0 | 0.29 | 0.22 | 106.32 | 0.33 | 0.66 |
| Hex | 9A | C6 | 8D | 16 | 0 | 1D | 16 | 6A | 21 | 42 |
| Octal | 232 | 306 | 215 | 26 | 0 | 35 | 26 | 152 | 41 | 102 |
| Binary | 10011010 | 11000110 | 10001101 | 10110 | 0 | 11101 | 10110 | 1101010 | 100001 | 1000010 |
Color Harmonies of #9AC68D
Complementary color
Monochromatic Colors of #9AC68D
Black with #9AC68D
Text Example
Text Example
White with #9AC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC68D; }
p { color: rgb(154,198,141); }
H1.HeaderClassName
{
color: #9AC68D;
}
.AnyTagClassName
{
color: #9AC68D;
}
</style>
background-color css
<style>
a { background-color: #9AC68D; }
a { background-color: rgb(154,198,141); }
div.DivClassName
{
background-color: #9AC68D;
}
.BgClassName
{
background-color: #9AC68D;
}
</style>
border-color css
<style>
span { border-color: #9AC68D; }
span { border-color: rgb(154,198,141); }
td.TdClassName
{
border-color: #9AC68D;
}
.TagClassName
{
border-color: #9AC68D;
}
</style>