Shades of Gossip #9ACF75
Tints of Gossip #9ACF75
RGB
CMYK
RGB Variations
Color information
#9ACF75 (or 0x9ACF75) is known color: Gossip. HEX triplet: 9A, CF and 75. RGB value is (154,207,117). Sum of RGB (Red+Green+Blue) = 154+207+117=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF75 is #65308A. Grayscale: #B5B5B5. Windows color (decimal): -6631563 or 7720858. OLE color: 7720858.
HSL color Cylindrical-coordinate representation of color #9ACF75: hue angle of 95.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ACF75 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 117 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.19 |
| HSL | 95.33º | 0.48% | 0.64% | - |
| HSV(B) | 95.33º | 0.43% | 0.81% | - |
| XYZ | 38.85 | 52.78 | 24.97 | - |
| YUV | 180.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 117 | 0.26 | 0 | 0.43 | 0.19 | 95.33 | 0.48 | 0.64 |
| Hex | 9A | CF | 75 | 1A | 0 | 2B | 13 | 5F | 30 | 40 |
| Octal | 232 | 317 | 165 | 32 | 0 | 53 | 23 | 137 | 60 | 100 |
| Binary | 10011010 | 11001111 | 1110101 | 11010 | 0 | 101011 | 10011 | 1011111 | 110000 | 1000000 |
Color Harmonies of #9ACF75
Complementary color
Monochromatic Colors of #9ACF75
Black with #9ACF75
Text Example
Text Example
White with #9ACF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF75; }
p { color: rgb(154,207,117); }
H1.HeaderClassName
{
color: #9ACF75;
}
.AnyTagClassName
{
color: #9ACF75;
}
</style>
background-color css
<style>
a { background-color: #9ACF75; }
a { background-color: rgb(154,207,117); }
div.DivClassName
{
background-color: #9ACF75;
}
.BgClassName
{
background-color: #9ACF75;
}
</style>
border-color css
<style>
span { border-color: #9ACF75; }
span { border-color: rgb(154,207,117); }
td.TdClassName
{
border-color: #9ACF75;
}
.TagClassName
{
border-color: #9ACF75;
}
</style>