Shades of Gossip #A0CF91
Tints of Gossip #A0CF91
RGB
CMYK
RGB Variations
Color information
#A0CF91 (or 0xA0CF91) is known color: Gossip. HEX triplet: A0, CF and 91. RGB value is (160,207,145). Sum of RGB (Red+Green+Blue) = 160+207+145=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF91 is #5F306E. Grayscale: #BABABA. Windows color (decimal): -6238319 or 9555872. OLE color: 9555872.
HSL color Cylindrical-coordinate representation of color #A0CF91: hue angle of 105.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0CF91 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 145 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.19 |
| HSL | 105.48º | 0.39% | 0.69% | - |
| HSV(B) | 105.48º | 0.3% | 0.81% | - |
| XYZ | 41.92 | 54.14 | 35.03 | - |
| YUV | 185.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 145 | 0.23 | 0 | 0.30 | 0.19 | 105.48 | 0.39 | 0.69 |
| Hex | A0 | CF | 91 | 17 | 0 | 1E | 13 | 69 | 27 | 45 |
| Octal | 240 | 317 | 221 | 27 | 0 | 36 | 23 | 151 | 47 | 105 |
| Binary | 10100000 | 11001111 | 10010001 | 10111 | 0 | 11110 | 10011 | 1101001 | 100111 | 1000101 |
Color Harmonies of #A0CF91
Complementary color
Monochromatic Colors of #A0CF91
Black with #A0CF91
Text Example
Text Example
White with #A0CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF91; }
p { color: rgb(160,207,145); }
H1.HeaderClassName
{
color: #A0CF91;
}
.AnyTagClassName
{
color: #A0CF91;
}
</style>
background-color css
<style>
a { background-color: #A0CF91; }
a { background-color: rgb(160,207,145); }
div.DivClassName
{
background-color: #A0CF91;
}
.BgClassName
{
background-color: #A0CF91;
}
</style>
border-color css
<style>
span { border-color: #A0CF91; }
span { border-color: rgb(160,207,145); }
td.TdClassName
{
border-color: #A0CF91;
}
.TagClassName
{
border-color: #A0CF91;
}
</style>