Shades of Citrus #A2B70E
Tints of Citrus #A2B70E
RGB
CMYK
RGB Variations
Color information
#A2B70E (or 0xA2B70E) is known color: Citrus. HEX triplet: A2, B7 and 0E. RGB value is (162,183,14). Sum of RGB (Red+Green+Blue) = 162+183+14=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B70E is #5D48F1. Grayscale: #9E9E9E. Windows color (decimal): -6113522 or 964514. OLE color: 964514.
HSL color Cylindrical-coordinate representation of color #A2B70E: hue angle of 67.46º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B70E is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 14 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.28 |
| HSL | 67.46º | 0.86% | 0.39% | - |
| HSV(B) | 67.46º | 0.92% | 0.72% | - |
| XYZ | 31.91 | 41.58 | 6.76 | - |
| YUV | 157.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 14 | 0.11 | 0 | 0.92 | 0.28 | 67.46 | 0.86 | 0.39 |
| Hex | A2 | B7 | E | B | 0 | 5C | 1C | 43 | 56 | 27 |
| Octal | 242 | 267 | 16 | 13 | 0 | 134 | 34 | 103 | 126 | 47 |
| Binary | 10100010 | 10110111 | 1110 | 1011 | 0 | 1011100 | 11100 | 1000011 | 1010110 | 100111 |
Color Harmonies of #A2B70E
Complementary color
Monochromatic Colors of #A2B70E
Black with #A2B70E
Text Example
Text Example
White with #A2B70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B70E; }
p { color: rgb(162,183,14); }
H1.HeaderClassName
{
color: #A2B70E;
}
.AnyTagClassName
{
color: #A2B70E;
}
</style>
background-color css
<style>
a { background-color: #A2B70E; }
a { background-color: rgb(162,183,14); }
div.DivClassName
{
background-color: #A2B70E;
}
.BgClassName
{
background-color: #A2B70E;
}
</style>
border-color css
<style>
span { border-color: #A2B70E; }
span { border-color: rgb(162,183,14); }
td.TdClassName
{
border-color: #A2B70E;
}
.TagClassName
{
border-color: #A2B70E;
}
</style>