Shades of Citrus #A1C001
Tints of Citrus #A1C001
RGB
CMYK
RGB Variations
Color information
#A1C001 (or 0xA1C001) is known color: Citrus. HEX triplet: A1, C0 and 01. RGB value is (161,192,1). Sum of RGB (Red+Green+Blue) = 161+192+1=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C001 is #5E3FFE. Grayscale: #A1A1A1. Windows color (decimal): -6176767 or 114849. OLE color: 114849.
HSL color Cylindrical-coordinate representation of color #A1C001: hue angle of 69.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1C001 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.25 |
| HSL | 69.74º | 0.99% | 0.38% | - |
| HSV(B) | 69.74º | 0.99% | 0.75% | - |
| XYZ | 33.55 | 45.28 | 7 | - |
| YUV | 160.96 | 37.73 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 1 | 0.16 | 0 | 0.99 | 0.25 | 69.74 | 0.99 | 0.38 |
| Hex | A1 | C0 | 1 | 10 | 0 | 63 | 19 | 46 | 63 | 26 |
| Octal | 241 | 300 | 1 | 20 | 0 | 143 | 31 | 106 | 143 | 46 |
| Binary | 10100001 | 11000000 | 1 | 10000 | 0 | 1100011 | 11001 | 1000110 | 1100011 | 100110 |
Color Harmonies of #A1C001
Complementary color
Monochromatic Colors of #A1C001
Black with #A1C001
Text Example
Text Example
White with #A1C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C001; }
p { color: rgb(161,192,1); }
H1.HeaderClassName
{
color: #A1C001;
}
.AnyTagClassName
{
color: #A1C001;
}
</style>
background-color css
<style>
a { background-color: #A1C001; }
a { background-color: rgb(161,192,1); }
div.DivClassName
{
background-color: #A1C001;
}
.BgClassName
{
background-color: #A1C001;
}
</style>
border-color css
<style>
span { border-color: #A1C001; }
span { border-color: rgb(161,192,1); }
td.TdClassName
{
border-color: #A1C001;
}
.TagClassName
{
border-color: #A1C001;
}
</style>