Shades of Gossip #9AC78A
Tints of Gossip #9AC78A
RGB
CMYK
RGB Variations
Color information
#9AC78A (or 0x9AC78A) is known color: Gossip. HEX triplet: 9A, C7 and 8A. RGB value is (154,199,138). Sum of RGB (Red+Green+Blue) = 154+199+138=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #9AC78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC78A is #653875. Grayscale: #B2B2B2. Windows color (decimal): -6633590 or 9095066. OLE color: 9095066.
HSL color Cylindrical-coordinate representation of color #9AC78A: hue angle of 104.26º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AC78A is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 199 | 138 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.22 |
| HSL | 104.26º | 0.35% | 0.66% | - |
| HSV(B) | 104.26º | 0.31% | 0.78% | - |
| XYZ | 38.34 | 49.55 | 31.59 | - |
| YUV | 178.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 199 | 138 | 0.23 | 0 | 0.31 | 0.22 | 104.26 | 0.35 | 0.66 |
| Hex | 9A | C7 | 8A | 17 | 0 | 1F | 16 | 68 | 23 | 42 |
| Octal | 232 | 307 | 212 | 27 | 0 | 37 | 26 | 150 | 43 | 102 |
| Binary | 10011010 | 11000111 | 10001010 | 10111 | 0 | 11111 | 10110 | 1101000 | 100011 | 1000010 |
Color Harmonies of #9AC78A
Complementary color
Monochromatic Colors of #9AC78A
Black with #9AC78A
Text Example
Text Example
White with #9AC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC78A; }
p { color: rgb(154,199,138); }
H1.HeaderClassName
{
color: #9AC78A;
}
.AnyTagClassName
{
color: #9AC78A;
}
</style>
background-color css
<style>
a { background-color: #9AC78A; }
a { background-color: rgb(154,199,138); }
div.DivClassName
{
background-color: #9AC78A;
}
.BgClassName
{
background-color: #9AC78A;
}
</style>
border-color css
<style>
span { border-color: #9AC78A; }
span { border-color: rgb(154,199,138); }
td.TdClassName
{
border-color: #9AC78A;
}
.TagClassName
{
border-color: #9AC78A;
}
</style>