Shades of Gossip #9ACF70
Tints of Gossip #9ACF70
RGB
CMYK
RGB Variations
Color information
#9ACF70 (or 0x9ACF70) is known color: Gossip. HEX triplet: 9A, CF and 70. RGB value is (154,207,112). Sum of RGB (Red+Green+Blue) = 154+207+112=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF70 is #65308F. Grayscale: #B4B4B4. Windows color (decimal): -6631568 or 7393178. OLE color: 7393178.
HSL color Cylindrical-coordinate representation of color #9ACF70: hue angle of 93.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ACF70 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 112 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.19 |
| HSL | 93.47º | 0.5% | 0.63% | - |
| HSV(B) | 93.47º | 0.46% | 0.81% | - |
| XYZ | 38.56 | 52.67 | 23.46 | - |
| YUV | 180.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 112 | 0.26 | 0 | 0.46 | 0.19 | 93.47 | 0.5 | 0.63 |
| Hex | 9A | CF | 70 | 1A | 0 | 2E | 13 | 5D | 32 | 3F |
| Octal | 232 | 317 | 160 | 32 | 0 | 56 | 23 | 135 | 62 | 77 |
| Binary | 10011010 | 11001111 | 1110000 | 11010 | 0 | 101110 | 10011 | 1011101 | 110010 | 111111 |
Color Harmonies of #9ACF70
Complementary color
Monochromatic Colors of #9ACF70
Black with #9ACF70
Text Example
Text Example
White with #9ACF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF70; }
p { color: rgb(154,207,112); }
H1.HeaderClassName
{
color: #9ACF70;
}
.AnyTagClassName
{
color: #9ACF70;
}
</style>
background-color css
<style>
a { background-color: #9ACF70; }
a { background-color: rgb(154,207,112); }
div.DivClassName
{
background-color: #9ACF70;
}
.BgClassName
{
background-color: #9ACF70;
}
</style>
border-color css
<style>
span { border-color: #9ACF70; }
span { border-color: rgb(154,207,112); }
td.TdClassName
{
border-color: #9ACF70;
}
.TagClassName
{
border-color: #9ACF70;
}
</style>