Shades of Citrus #A2A40C
Tints of Citrus #A2A40C
RGB
CMYK
RGB Variations
Color information
#A2A40C (or 0xA2A40C) is known color: Citrus. HEX triplet: A2, A4 and 0C. RGB value is (162,164,12). Sum of RGB (Red+Green+Blue) = 162+164+12=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A40C is #5D5BF3. Grayscale: #929292. Windows color (decimal): -6118388 or 828578. OLE color: 828578.
HSL color Cylindrical-coordinate representation of color #A2A40C: hue angle of 60.79º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2A40C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.36 |
| HSL | 60.79º | 0.86% | 0.35% | - |
| HSV(B) | 60.79º | 0.93% | 0.64% | - |
| XYZ | 28.24 | 34.26 | 5.47 | - |
| YUV | 146.07 | 52.34 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 12 | 0.01 | 0 | 0.93 | 0.36 | 60.79 | 0.86 | 0.35 |
| Hex | A2 | A4 | C | 1 | 0 | 5D | 24 | 3D | 56 | 23 |
| Octal | 242 | 244 | 14 | 1 | 0 | 135 | 44 | 75 | 126 | 43 |
| Binary | 10100010 | 10100100 | 1100 | 1 | 0 | 1011101 | 100100 | 111101 | 1010110 | 100011 |
Color Harmonies of #A2A40C
Complementary color
Monochromatic Colors of #A2A40C
Black with #A2A40C
Text Example
Text Example
White with #A2A40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A40C; }
p { color: rgb(162,164,12); }
H1.HeaderClassName
{
color: #A2A40C;
}
.AnyTagClassName
{
color: #A2A40C;
}
</style>
background-color css
<style>
a { background-color: #A2A40C; }
a { background-color: rgb(162,164,12); }
div.DivClassName
{
background-color: #A2A40C;
}
.BgClassName
{
background-color: #A2A40C;
}
</style>
border-color css
<style>
span { border-color: #A2A40C; }
span { border-color: rgb(162,164,12); }
td.TdClassName
{
border-color: #A2A40C;
}
.TagClassName
{
border-color: #A2A40C;
}
</style>