Shades of Citrus #A2BE02
Tints of Citrus #A2BE02
RGB
CMYK
RGB Variations
Color information
#A2BE02 (or 0xA2BE02) is known color: Citrus. HEX triplet: A2, BE and 02. RGB value is (162,190,2). Sum of RGB (Red+Green+Blue) = 162+190+2=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE02 is #5D41FD. Grayscale: #A0A0A0. Windows color (decimal): -6111742 or 179874. OLE color: 179874.
HSL color Cylindrical-coordinate representation of color #A2BE02: hue angle of 68.94º degrees, saturation: 0.98, 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 #A2BE02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.25 |
| HSL | 68.94º | 0.98% | 0.38% | - |
| HSV(B) | 68.94º | 0.99% | 0.75% | - |
| XYZ | 33.32 | 44.51 | 6.89 | - |
| YUV | 160.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 2 | 0.15 | 0 | 0.99 | 0.25 | 68.94 | 0.98 | 0.38 |
| Hex | A2 | BE | 2 | F | 0 | 63 | 19 | 45 | 62 | 26 |
| Octal | 242 | 276 | 2 | 17 | 0 | 143 | 31 | 105 | 142 | 46 |
| Binary | 10100010 | 10111110 | 10 | 1111 | 0 | 1100011 | 11001 | 1000101 | 1100010 | 100110 |
Color Harmonies of #A2BE02
Complementary color
Monochromatic Colors of #A2BE02
Black with #A2BE02
Text Example
Text Example
White with #A2BE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE02; }
p { color: rgb(162,190,2); }
H1.HeaderClassName
{
color: #A2BE02;
}
.AnyTagClassName
{
color: #A2BE02;
}
</style>
background-color css
<style>
a { background-color: #A2BE02; }
a { background-color: rgb(162,190,2); }
div.DivClassName
{
background-color: #A2BE02;
}
.BgClassName
{
background-color: #A2BE02;
}
</style>
border-color css
<style>
span { border-color: #A2BE02; }
span { border-color: rgb(162,190,2); }
td.TdClassName
{
border-color: #A2BE02;
}
.TagClassName
{
border-color: #A2BE02;
}
</style>