Shades of Citrus #A2B70A
Tints of Citrus #A2B70A
RGB
CMYK
RGB Variations
Color information
#A2B70A (or 0xA2B70A) is known color: Citrus. HEX triplet: A2, B7 and 0A. RGB value is (162,183,10). Sum of RGB (Red+Green+Blue) = 162+183+10=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B70A is #5D48F5. Grayscale: #9D9D9D. Windows color (decimal): -6113526 or 702370. OLE color: 702370.
HSL color Cylindrical-coordinate representation of color #A2B70A: hue angle of 67.28º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2B70A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.28 |
| HSL | 67.28º | 0.9% | 0.38% | - |
| HSV(B) | 67.28º | 0.95% | 0.72% | - |
| XYZ | 31.89 | 41.57 | 6.63 | - |
| YUV | 157 | 45.04 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 10 | 0.11 | 0 | 0.95 | 0.28 | 67.28 | 0.9 | 0.38 |
| Hex | A2 | B7 | A | B | 0 | 5F | 1C | 43 | 5A | 26 |
| Octal | 242 | 267 | 12 | 13 | 0 | 137 | 34 | 103 | 132 | 46 |
| Binary | 10100010 | 10110111 | 1010 | 1011 | 0 | 1011111 | 11100 | 1000011 | 1011010 | 100110 |
Color Harmonies of #A2B70A
Complementary color
Monochromatic Colors of #A2B70A
Black with #A2B70A
Text Example
Text Example
White with #A2B70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B70A; }
p { color: rgb(162,183,10); }
H1.HeaderClassName
{
color: #A2B70A;
}
.AnyTagClassName
{
color: #A2B70A;
}
</style>
background-color css
<style>
a { background-color: #A2B70A; }
a { background-color: rgb(162,183,10); }
div.DivClassName
{
background-color: #A2B70A;
}
.BgClassName
{
background-color: #A2B70A;
}
</style>
border-color css
<style>
span { border-color: #A2B70A; }
span { border-color: rgb(162,183,10); }
td.TdClassName
{
border-color: #A2B70A;
}
.TagClassName
{
border-color: #A2B70A;
}
</style>