Shades of Citrus #A2B40A
Tints of Citrus #A2B40A
RGB
CMYK
RGB Variations
Color information
#A2B40A (or 0xA2B40A) is known color: Citrus. HEX triplet: A2, B4 and 0A. RGB value is (162,180,10). Sum of RGB (Red+Green+Blue) = 162+180+10=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B40A is #5D4BF5. Grayscale: #9B9B9B. Windows color (decimal): -6114294 or 701602. OLE color: 701602.
HSL color Cylindrical-coordinate representation of color #A2B40A: hue angle of 66.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2B40A is Cyan = 0.1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 10 | - |
| CMYK | 0.1 | 0 | 0.94 | 0.29 |
| HSL | 66.35º | 0.89% | 0.37% | - |
| HSV(B) | 66.35º | 0.94% | 0.71% | - |
| XYZ | 31.28 | 40.35 | 6.43 | - |
| YUV | 155.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 10 | 0.1 | 0 | 0.94 | 0.29 | 66.35 | 0.89 | 0.37 |
| Hex | A2 | B4 | A | A | 0 | 5E | 1D | 42 | 59 | 25 |
| Octal | 242 | 264 | 12 | 12 | 0 | 136 | 35 | 102 | 131 | 45 |
| Binary | 10100010 | 10110100 | 1010 | 1010 | 0 | 1011110 | 11101 | 1000010 | 1011001 | 100101 |
Color Harmonies of #A2B40A
Complementary color
Monochromatic Colors of #A2B40A
Black with #A2B40A
Text Example
Text Example
White with #A2B40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B40A; }
p { color: rgb(162,180,10); }
H1.HeaderClassName
{
color: #A2B40A;
}
.AnyTagClassName
{
color: #A2B40A;
}
</style>
background-color css
<style>
a { background-color: #A2B40A; }
a { background-color: rgb(162,180,10); }
div.DivClassName
{
background-color: #A2B40A;
}
.BgClassName
{
background-color: #A2B40A;
}
</style>
border-color css
<style>
span { border-color: #A2B40A; }
span { border-color: rgb(162,180,10); }
td.TdClassName
{
border-color: #A2B40A;
}
.TagClassName
{
border-color: #A2B40A;
}
</style>