Shades of Gossip #A1CF94
Tints of Gossip #A1CF94
RGB
CMYK
RGB Variations
Color information
#A1CF94 (or 0xA1CF94) is known color: Gossip. HEX triplet: A1, CF and 94. RGB value is (161,207,148). Sum of RGB (Red+Green+Blue) = 161+207+148=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CF94 is #5E306B. Grayscale: #BABABA. Windows color (decimal): -6172780 or 9752481. OLE color: 9752481.
HSL color Cylindrical-coordinate representation of color #A1CF94: hue angle of 106.78º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1CF94 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 148 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.19 |
| HSL | 106.78º | 0.38% | 0.7% | - |
| HSV(B) | 106.78º | 0.29% | 0.81% | - |
| XYZ | 42.36 | 54.34 | 36.27 | - |
| YUV | 186.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 148 | 0.22 | 0 | 0.29 | 0.19 | 106.78 | 0.38 | 0.7 |
| Hex | A1 | CF | 94 | 16 | 0 | 1D | 13 | 6B | 26 | 46 |
| Octal | 241 | 317 | 224 | 26 | 0 | 35 | 23 | 153 | 46 | 106 |
| Binary | 10100001 | 11001111 | 10010100 | 10110 | 0 | 11101 | 10011 | 1101011 | 100110 | 1000110 |
Color Harmonies of #A1CF94
Complementary color
Monochromatic Colors of #A1CF94
Black with #A1CF94
Text Example
Text Example
White with #A1CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF94; }
p { color: rgb(161,207,148); }
H1.HeaderClassName
{
color: #A1CF94;
}
.AnyTagClassName
{
color: #A1CF94;
}
</style>
background-color css
<style>
a { background-color: #A1CF94; }
a { background-color: rgb(161,207,148); }
div.DivClassName
{
background-color: #A1CF94;
}
.BgClassName
{
background-color: #A1CF94;
}
</style>
border-color css
<style>
span { border-color: #A1CF94; }
span { border-color: rgb(161,207,148); }
td.TdClassName
{
border-color: #A1CF94;
}
.TagClassName
{
border-color: #A1CF94;
}
</style>