Shades of Gossip #9ACF7F
Tints of Gossip #9ACF7F
RGB
CMYK
RGB Variations
Color information
#9ACF7F (or 0x9ACF7F) is known color: Gossip. HEX triplet: 9A, CF and 7F. RGB value is (154,207,127). Sum of RGB (Red+Green+Blue) = 154+207+127=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF7F is #653080. Grayscale: #B6B6B6. Windows color (decimal): -6631553 or 8376218. OLE color: 8376218.
HSL color Cylindrical-coordinate representation of color #9ACF7F: hue angle of 99.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACF7F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 127 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.19 |
| HSL | 99.75º | 0.45% | 0.65% | - |
| HSV(B) | 99.75º | 0.39% | 0.81% | - |
| XYZ | 39.47 | 53.03 | 28.23 | - |
| YUV | 182.03 | 96.94 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 127 | 0.26 | 0 | 0.39 | 0.19 | 99.75 | 0.45 | 0.65 |
| Hex | 9A | CF | 7F | 1A | 0 | 27 | 13 | 64 | 2D | 41 |
| Octal | 232 | 317 | 177 | 32 | 0 | 47 | 23 | 144 | 55 | 101 |
| Binary | 10011010 | 11001111 | 1111111 | 11010 | 0 | 100111 | 10011 | 1100100 | 101101 | 1000001 |
Color Harmonies of #9ACF7F
Complementary color
Monochromatic Colors of #9ACF7F
Black with #9ACF7F
Text Example
Text Example
White with #9ACF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF7F; }
p { color: rgb(154,207,127); }
H1.HeaderClassName
{
color: #9ACF7F;
}
.AnyTagClassName
{
color: #9ACF7F;
}
</style>
background-color css
<style>
a { background-color: #9ACF7F; }
a { background-color: rgb(154,207,127); }
div.DivClassName
{
background-color: #9ACF7F;
}
.BgClassName
{
background-color: #9ACF7F;
}
</style>
border-color css
<style>
span { border-color: #9ACF7F; }
span { border-color: rgb(154,207,127); }
td.TdClassName
{
border-color: #9ACF7F;
}
.TagClassName
{
border-color: #9ACF7F;
}
</style>