Shades of Gossip #9AC18A
Tints of Gossip #9AC18A
RGB
CMYK
RGB Variations
Color information
#9AC18A (or 0x9AC18A) is known color: Gossip. HEX triplet: 9A, C1 and 8A. RGB value is (154,193,138). Sum of RGB (Red+Green+Blue) = 154+193+138=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC18A is #653E75. Grayscale: #AFAFAF. Windows color (decimal): -6635126 or 9093530. OLE color: 9093530.
HSL color Cylindrical-coordinate representation of color #9AC18A: hue angle of 102.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AC18A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 138 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.24 |
| HSL | 102.55º | 0.31% | 0.65% | - |
| HSV(B) | 102.55º | 0.28% | 0.76% | - |
| XYZ | 36.98 | 46.84 | 31.14 | - |
| YUV | 175.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 138 | 0.20 | 0 | 0.28 | 0.24 | 102.55 | 0.31 | 0.65 |
| Hex | 9A | C1 | 8A | 14 | 0 | 1C | 18 | 67 | 1F | 41 |
| Octal | 232 | 301 | 212 | 24 | 0 | 34 | 30 | 147 | 37 | 101 |
| Binary | 10011010 | 11000001 | 10001010 | 10100 | 0 | 11100 | 11000 | 1100111 | 11111 | 1000001 |
Color Harmonies of #9AC18A
Complementary color
Monochromatic Colors of #9AC18A
Black with #9AC18A
Text Example
Text Example
White with #9AC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC18A; }
p { color: rgb(154,193,138); }
H1.HeaderClassName
{
color: #9AC18A;
}
.AnyTagClassName
{
color: #9AC18A;
}
</style>
background-color css
<style>
a { background-color: #9AC18A; }
a { background-color: rgb(154,193,138); }
div.DivClassName
{
background-color: #9AC18A;
}
.BgClassName
{
background-color: #9AC18A;
}
</style>
border-color css
<style>
span { border-color: #9AC18A; }
span { border-color: rgb(154,193,138); }
td.TdClassName
{
border-color: #9AC18A;
}
.TagClassName
{
border-color: #9AC18A;
}
</style>