Shades of Citrus #A2C001
Tints of Citrus #A2C001
RGB
CMYK
RGB Variations
Color information
#A2C001 (or 0xA2C001) is known color: Citrus. HEX triplet: A2, C0 and 01. RGB value is (162,192,1). Sum of RGB (Red+Green+Blue) = 162+192+1=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C001 is #5D3FFE. Grayscale: #A1A1A1. Windows color (decimal): -6111231 or 114850. OLE color: 114850.
HSL color Cylindrical-coordinate representation of color #A2C001: hue angle of 69.42º 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 #A2C001 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.25 |
| HSL | 69.42º | 0.99% | 0.38% | - |
| HSV(B) | 69.42º | 0.99% | 0.75% | - |
| XYZ | 33.76 | 45.38 | 7.01 | - |
| YUV | 161.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 1 | 0.16 | 0 | 0.99 | 0.25 | 69.42 | 0.99 | 0.38 |
| Hex | A2 | C0 | 1 | 10 | 0 | 63 | 19 | 45 | 63 | 26 |
| Octal | 242 | 300 | 1 | 20 | 0 | 143 | 31 | 105 | 143 | 46 |
| Binary | 10100010 | 11000000 | 1 | 10000 | 0 | 1100011 | 11001 | 1000101 | 1100011 | 100110 |
Color Harmonies of #A2C001
Complementary color
Monochromatic Colors of #A2C001
Black with #A2C001
Text Example
Text Example
White with #A2C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C001; }
p { color: rgb(162,192,1); }
H1.HeaderClassName
{
color: #A2C001;
}
.AnyTagClassName
{
color: #A2C001;
}
</style>
background-color css
<style>
a { background-color: #A2C001; }
a { background-color: rgb(162,192,1); }
div.DivClassName
{
background-color: #A2C001;
}
.BgClassName
{
background-color: #A2C001;
}
</style>
border-color css
<style>
span { border-color: #A2C001; }
span { border-color: rgb(162,192,1); }
td.TdClassName
{
border-color: #A2C001;
}
.TagClassName
{
border-color: #A2C001;
}
</style>