Shades of Citrus #A2BF01
Tints of Citrus #A2BF01
RGB
CMYK
RGB Variations
Color information
#A2BF01 (or 0xA2BF01) is known color: Citrus. HEX triplet: A2, BF and 01. RGB value is (162,191,1). Sum of RGB (Red+Green+Blue) = 162+191+1=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BF01 is #5D40FE. Grayscale: #A1A1A1. Windows color (decimal): -6111487 or 114594. OLE color: 114594.
HSL color Cylindrical-coordinate representation of color #A2BF01: hue angle of 69.16º 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 #A2BF01 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.25 |
| HSL | 69.16º | 0.99% | 0.38% | - |
| HSV(B) | 69.16º | 0.99% | 0.75% | - |
| XYZ | 33.54 | 44.95 | 6.94 | - |
| YUV | 160.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 1 | 0.15 | 0 | 0.99 | 0.25 | 69.16 | 0.99 | 0.38 |
| Hex | A2 | BF | 1 | F | 0 | 63 | 19 | 45 | 63 | 26 |
| Octal | 242 | 277 | 1 | 17 | 0 | 143 | 31 | 105 | 143 | 46 |
| Binary | 10100010 | 10111111 | 1 | 1111 | 0 | 1100011 | 11001 | 1000101 | 1100011 | 100110 |
Color Harmonies of #A2BF01
Complementary color
Monochromatic Colors of #A2BF01
Black with #A2BF01
Text Example
Text Example
White with #A2BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF01; }
p { color: rgb(162,191,1); }
H1.HeaderClassName
{
color: #A2BF01;
}
.AnyTagClassName
{
color: #A2BF01;
}
</style>
background-color css
<style>
a { background-color: #A2BF01; }
a { background-color: rgb(162,191,1); }
div.DivClassName
{
background-color: #A2BF01;
}
.BgClassName
{
background-color: #A2BF01;
}
</style>
border-color css
<style>
span { border-color: #A2BF01; }
span { border-color: rgb(162,191,1); }
td.TdClassName
{
border-color: #A2BF01;
}
.TagClassName
{
border-color: #A2BF01;
}
</style>