Shades of Citrus #A2B30A
Tints of Citrus #A2B30A
RGB
CMYK
RGB Variations
Color information
#A2B30A (or 0xA2B30A) is known color: Citrus. HEX triplet: A2, B3 and 0A. RGB value is (162,179,10). Sum of RGB (Red+Green+Blue) = 162+179+10=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B30A is #5D4CF5. Grayscale: #9B9B9B. Windows color (decimal): -6114550 or 701346. OLE color: 701346.
HSL color Cylindrical-coordinate representation of color #A2B30A: hue angle of 66.04º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2B30A is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 10 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.30 |
| HSL | 66.04º | 0.89% | 0.37% | - |
| HSV(B) | 66.04º | 0.94% | 0.7% | - |
| XYZ | 31.08 | 39.94 | 6.36 | - |
| YUV | 154.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 10 | 0.09 | 0 | 0.94 | 0.30 | 66.04 | 0.89 | 0.37 |
| Hex | A2 | B3 | A | 9 | 0 | 5E | 1E | 42 | 59 | 25 |
| Octal | 242 | 263 | 12 | 11 | 0 | 136 | 36 | 102 | 131 | 45 |
| Binary | 10100010 | 10110011 | 1010 | 1001 | 0 | 1011110 | 11110 | 1000010 | 1011001 | 100101 |
Color Harmonies of #A2B30A
Complementary color
Monochromatic Colors of #A2B30A
Black with #A2B30A
Text Example
Text Example
White with #A2B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B30A; }
p { color: rgb(162,179,10); }
H1.HeaderClassName
{
color: #A2B30A;
}
.AnyTagClassName
{
color: #A2B30A;
}
</style>
background-color css
<style>
a { background-color: #A2B30A; }
a { background-color: rgb(162,179,10); }
div.DivClassName
{
background-color: #A2B30A;
}
.BgClassName
{
background-color: #A2B30A;
}
</style>
border-color css
<style>
span { border-color: #A2B30A; }
span { border-color: rgb(162,179,10); }
td.TdClassName
{
border-color: #A2B30A;
}
.TagClassName
{
border-color: #A2B30A;
}
</style>