Shades of Citrus #A2BE01
Tints of Citrus #A2BE01
RGB
CMYK
RGB Variations
Color information
#A2BE01 (or 0xA2BE01) is known color: Citrus. HEX triplet: A2, BE and 01. RGB value is (162,190,1). Sum of RGB (Red+Green+Blue) = 162+190+1=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE01 is #5D41FE. Grayscale: #A0A0A0. Windows color (decimal): -6111743 or 114338. OLE color: 114338.
HSL color Cylindrical-coordinate representation of color #A2BE01: hue angle of 68.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2BE01 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.25 |
| HSL | 68.89º | 0.99% | 0.37% | - |
| HSV(B) | 68.89º | 0.99% | 0.75% | - |
| XYZ | 33.32 | 44.51 | 6.86 | - |
| YUV | 160.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 1 | 0.15 | 0 | 0.99 | 0.25 | 68.89 | 0.99 | 0.37 |
| Hex | A2 | BE | 1 | F | 0 | 63 | 19 | 45 | 63 | 25 |
| Octal | 242 | 276 | 1 | 17 | 0 | 143 | 31 | 105 | 143 | 45 |
| Binary | 10100010 | 10111110 | 1 | 1111 | 0 | 1100011 | 11001 | 1000101 | 1100011 | 100101 |
Color Harmonies of #A2BE01
Complementary color
Monochromatic Colors of #A2BE01
Black with #A2BE01
Text Example
Text Example
White with #A2BE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE01; }
p { color: rgb(162,190,1); }
H1.HeaderClassName
{
color: #A2BE01;
}
.AnyTagClassName
{
color: #A2BE01;
}
</style>
background-color css
<style>
a { background-color: #A2BE01; }
a { background-color: rgb(162,190,1); }
div.DivClassName
{
background-color: #A2BE01;
}
.BgClassName
{
background-color: #A2BE01;
}
</style>
border-color css
<style>
span { border-color: #A2BE01; }
span { border-color: rgb(162,190,1); }
td.TdClassName
{
border-color: #A2BE01;
}
.TagClassName
{
border-color: #A2BE01;
}
</style>