Shades of Gossip #A1CF85
Tints of Gossip #A1CF85
RGB
CMYK
RGB Variations
Color information
#A1CF85 (or 0xA1CF85) is known color: Gossip. HEX triplet: A1, CF and 85. RGB value is (161,207,133). Sum of RGB (Red+Green+Blue) = 161+207+133=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CF85 is #5E307A. Grayscale: #B9B9B9. Windows color (decimal): -6172795 or 8769441. OLE color: 8769441.
HSL color Cylindrical-coordinate representation of color #A1CF85: hue angle of 97.3º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1CF85 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 133 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.19 |
| HSL | 97.3º | 0.44% | 0.67% | - |
| HSV(B) | 97.3º | 0.36% | 0.81% | - |
| XYZ | 41.24 | 53.9 | 30.42 | - |
| YUV | 184.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 133 | 0.22 | 0 | 0.36 | 0.19 | 97.3 | 0.44 | 0.67 |
| Hex | A1 | CF | 85 | 16 | 0 | 24 | 13 | 61 | 2C | 43 |
| Octal | 241 | 317 | 205 | 26 | 0 | 44 | 23 | 141 | 54 | 103 |
| Binary | 10100001 | 11001111 | 10000101 | 10110 | 0 | 100100 | 10011 | 1100001 | 101100 | 1000011 |
Color Harmonies of #A1CF85
Complementary color
Monochromatic Colors of #A1CF85
Black with #A1CF85
Text Example
Text Example
White with #A1CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF85; }
p { color: rgb(161,207,133); }
H1.HeaderClassName
{
color: #A1CF85;
}
.AnyTagClassName
{
color: #A1CF85;
}
</style>
background-color css
<style>
a { background-color: #A1CF85; }
a { background-color: rgb(161,207,133); }
div.DivClassName
{
background-color: #A1CF85;
}
.BgClassName
{
background-color: #A1CF85;
}
</style>
border-color css
<style>
span { border-color: #A1CF85; }
span { border-color: rgb(161,207,133); }
td.TdClassName
{
border-color: #A1CF85;
}
.TagClassName
{
border-color: #A1CF85;
}
</style>