Shades of Citrus #A2BE00
Tints of Citrus #A2BE00
RGB
CMYK
RGB Variations
Color information
#A2BE00 (or 0xA2BE00) is known color: Citrus. HEX triplet: A2, BE and 00. RGB value is (162,190,0). Sum of RGB (Red+Green+Blue) = 162+190+0=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE00 is #5D41FF. Grayscale: #A0A0A0. Windows color (decimal): -6111744 or 48802. OLE color: 48802.
HSL color Cylindrical-coordinate representation of color #A2BE00: hue angle of 68.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2BE00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.25 |
| HSL | 68.84º | 1% | 0.37% | - |
| HSV(B) | 68.84º | 1% | 0.75% | - |
| XYZ | 33.31 | 44.51 | 6.84 | - |
| YUV | 159.97 | 37.72 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 0 | 0.15 | 0 | 1 | 0.25 | 68.84 | 1 | 0.37 |
| Hex | A2 | BE | 0 | F | 0 | 64 | 19 | 45 | 64 | 25 |
| Octal | 242 | 276 | 0 | 17 | 0 | 144 | 31 | 105 | 144 | 45 |
| Binary | 10100010 | 10111110 | 0 | 1111 | 0 | 1100100 | 11001 | 1000101 | 1100100 | 100101 |
Color Harmonies of #A2BE00
Complementary color
Monochromatic Colors of #A2BE00
Black with #A2BE00
Text Example
Text Example
White with #A2BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE00; }
p { color: rgb(162,190,0); }
H1.HeaderClassName
{
color: #A2BE00;
}
.AnyTagClassName
{
color: #A2BE00;
}
</style>
background-color css
<style>
a { background-color: #A2BE00; }
a { background-color: rgb(162,190,0); }
div.DivClassName
{
background-color: #A2BE00;
}
.BgClassName
{
background-color: #A2BE00;
}
</style>
border-color css
<style>
span { border-color: #A2BE00; }
span { border-color: rgb(162,190,0); }
td.TdClassName
{
border-color: #A2BE00;
}
.TagClassName
{
border-color: #A2BE00;
}
</style>