Shades of Gossip #9AC88C
Tints of Gossip #9AC88C
RGB
CMYK
RGB Variations
Color information
#9AC88C (or 0x9AC88C) is known color: Gossip. HEX triplet: 9A, C8 and 8C. RGB value is (154,200,140). Sum of RGB (Red+Green+Blue) = 154+200+140=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC88C is #653773. Grayscale: #B3B3B3. Windows color (decimal): -6633332 or 9226394. OLE color: 9226394.
HSL color Cylindrical-coordinate representation of color #9AC88C: hue angle of 106º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AC88C is Cyan = 0.23, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 140 | - |
| CMYK | 0.23 | 0 | 0.3 | 0.22 |
| HSL | 106º | 0.35% | 0.67% | - |
| HSV(B) | 106º | 0.3% | 0.78% | - |
| XYZ | 38.71 | 50.07 | 32.44 | - |
| YUV | 179.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 140 | 0.23 | 0 | 0.3 | 0.22 | 106 | 0.35 | 0.67 |
| Hex | 9A | C8 | 8C | 17 | 0 | 1E | 16 | 6A | 23 | 43 |
| Octal | 232 | 310 | 214 | 27 | 0 | 36 | 26 | 152 | 43 | 103 |
| Binary | 10011010 | 11001000 | 10001100 | 10111 | 0 | 11110 | 10110 | 1101010 | 100011 | 1000011 |
Color Harmonies of #9AC88C
Complementary color
Monochromatic Colors of #9AC88C
Black with #9AC88C
Text Example
Text Example
White with #9AC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC88C; }
p { color: rgb(154,200,140); }
H1.HeaderClassName
{
color: #9AC88C;
}
.AnyTagClassName
{
color: #9AC88C;
}
</style>
background-color css
<style>
a { background-color: #9AC88C; }
a { background-color: rgb(154,200,140); }
div.DivClassName
{
background-color: #9AC88C;
}
.BgClassName
{
background-color: #9AC88C;
}
</style>
border-color css
<style>
span { border-color: #9AC88C; }
span { border-color: rgb(154,200,140); }
td.TdClassName
{
border-color: #9AC88C;
}
.TagClassName
{
border-color: #9AC88C;
}
</style>