Shades of Citrus #A2B40E
Tints of Citrus #A2B40E
RGB
CMYK
RGB Variations
Color information
#A2B40E (or 0xA2B40E) is known color: Citrus. HEX triplet: A2, B4 and 0E. RGB value is (162,180,14). Sum of RGB (Red+Green+Blue) = 162+180+14=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B40E is #5D4BF1. Grayscale: #9C9C9C. Windows color (decimal): -6114290 or 963746. OLE color: 963746.
HSL color Cylindrical-coordinate representation of color #A2B40E: hue angle of 66.51º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B40E is Cyan = 0.1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 14 | - |
| CMYK | 0.1 | 0 | 0.92 | 0.29 |
| HSL | 66.51º | 0.86% | 0.38% | - |
| HSV(B) | 66.51º | 0.92% | 0.71% | - |
| XYZ | 31.3 | 40.36 | 6.56 | - |
| YUV | 155.69 | 48.04 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 14 | 0.1 | 0 | 0.92 | 0.29 | 66.51 | 0.86 | 0.38 |
| Hex | A2 | B4 | E | A | 0 | 5C | 1D | 43 | 56 | 26 |
| Octal | 242 | 264 | 16 | 12 | 0 | 134 | 35 | 103 | 126 | 46 |
| Binary | 10100010 | 10110100 | 1110 | 1010 | 0 | 1011100 | 11101 | 1000011 | 1010110 | 100110 |
Color Harmonies of #A2B40E
Complementary color
Monochromatic Colors of #A2B40E
Black with #A2B40E
Text Example
Text Example
White with #A2B40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B40E; }
p { color: rgb(162,180,14); }
H1.HeaderClassName
{
color: #A2B40E;
}
.AnyTagClassName
{
color: #A2B40E;
}
</style>
background-color css
<style>
a { background-color: #A2B40E; }
a { background-color: rgb(162,180,14); }
div.DivClassName
{
background-color: #A2B40E;
}
.BgClassName
{
background-color: #A2B40E;
}
</style>
border-color css
<style>
span { border-color: #A2B40E; }
span { border-color: rgb(162,180,14); }
td.TdClassName
{
border-color: #A2B40E;
}
.TagClassName
{
border-color: #A2B40E;
}
</style>