Shades of Gossip #9ACF7C
Tints of Gossip #9ACF7C
RGB
CMYK
RGB Variations
Color information
#9ACF7C (or 0x9ACF7C) is known color: Gossip. HEX triplet: 9A, CF and 7C. RGB value is (154,207,124). Sum of RGB (Red+Green+Blue) = 154+207+124=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF7C is #653083. Grayscale: #B5B5B5. Windows color (decimal): -6631556 or 8179610. OLE color: 8179610.
HSL color Cylindrical-coordinate representation of color #9ACF7C: hue angle of 98.31º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ACF7C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 124 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.19 |
| HSL | 98.31º | 0.46% | 0.65% | - |
| HSV(B) | 98.31º | 0.4% | 0.81% | - |
| XYZ | 39.28 | 52.95 | 27.22 | - |
| YUV | 181.69 | 95.44 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 124 | 0.26 | 0 | 0.40 | 0.19 | 98.31 | 0.46 | 0.65 |
| Hex | 9A | CF | 7C | 1A | 0 | 28 | 13 | 62 | 2E | 41 |
| Octal | 232 | 317 | 174 | 32 | 0 | 50 | 23 | 142 | 56 | 101 |
| Binary | 10011010 | 11001111 | 1111100 | 11010 | 0 | 101000 | 10011 | 1100010 | 101110 | 1000001 |
Color Harmonies of #9ACF7C
Complementary color
Monochromatic Colors of #9ACF7C
Black with #9ACF7C
Text Example
Text Example
White with #9ACF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF7C; }
p { color: rgb(154,207,124); }
H1.HeaderClassName
{
color: #9ACF7C;
}
.AnyTagClassName
{
color: #9ACF7C;
}
</style>
background-color css
<style>
a { background-color: #9ACF7C; }
a { background-color: rgb(154,207,124); }
div.DivClassName
{
background-color: #9ACF7C;
}
.BgClassName
{
background-color: #9ACF7C;
}
</style>
border-color css
<style>
span { border-color: #9ACF7C; }
span { border-color: rgb(154,207,124); }
td.TdClassName
{
border-color: #9ACF7C;
}
.TagClassName
{
border-color: #9ACF7C;
}
</style>