Shades of Citrus #A2AB04
Tints of Citrus #A2AB04
RGB
CMYK
RGB Variations
Color information
#A2AB04 (or 0xA2AB04) is known color: Citrus. HEX triplet: A2, AB and 04. RGB value is (162,171,4). Sum of RGB (Red+Green+Blue) = 162+171+4=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB04 is #5D54FB. Grayscale: #959595. Windows color (decimal): -6116604 or 306082. OLE color: 306082.
HSL color Cylindrical-coordinate representation of color #A2AB04: hue angle of 63.23º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2AB04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.33 |
| HSL | 63.23º | 0.95% | 0.34% | - |
| HSV(B) | 63.23º | 0.98% | 0.67% | - |
| XYZ | 29.49 | 36.82 | 5.67 | - |
| YUV | 149.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 4 | 0.05 | 0 | 0.98 | 0.33 | 63.23 | 0.95 | 0.34 |
| Hex | A2 | AB | 4 | 5 | 0 | 62 | 21 | 3F | 5F | 22 |
| Octal | 242 | 253 | 4 | 5 | 0 | 142 | 41 | 77 | 137 | 42 |
| Binary | 10100010 | 10101011 | 100 | 101 | 0 | 1100010 | 100001 | 111111 | 1011111 | 100010 |
Color Harmonies of #A2AB04
Complementary color
Monochromatic Colors of #A2AB04
Black with #A2AB04
Text Example
Text Example
White with #A2AB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB04; }
p { color: rgb(162,171,4); }
H1.HeaderClassName
{
color: #A2AB04;
}
.AnyTagClassName
{
color: #A2AB04;
}
</style>
background-color css
<style>
a { background-color: #A2AB04; }
a { background-color: rgb(162,171,4); }
div.DivClassName
{
background-color: #A2AB04;
}
.BgClassName
{
background-color: #A2AB04;
}
</style>
border-color css
<style>
span { border-color: #A2AB04; }
span { border-color: rgb(162,171,4); }
td.TdClassName
{
border-color: #A2AB04;
}
.TagClassName
{
border-color: #A2AB04;
}
</style>