Shades of Citrus #A2B30E
Tints of Citrus #A2B30E
RGB
CMYK
RGB Variations
Color information
#A2B30E (or 0xA2B30E) is known color: Citrus. HEX triplet: A2, B3 and 0E. RGB value is (162,179,14). Sum of RGB (Red+Green+Blue) = 162+179+14=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B30E is #5D4CF1. Grayscale: #9B9B9B. Windows color (decimal): -6114546 or 963490. OLE color: 963490.
HSL color Cylindrical-coordinate representation of color #A2B30E: hue angle of 66.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B30E is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 14 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.30 |
| HSL | 66.18º | 0.85% | 0.38% | - |
| HSV(B) | 66.18º | 0.92% | 0.7% | - |
| XYZ | 31.1 | 39.95 | 6.49 | - |
| YUV | 155.11 | 48.37 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 14 | 0.09 | 0 | 0.92 | 0.30 | 66.18 | 0.85 | 0.38 |
| Hex | A2 | B3 | E | 9 | 0 | 5C | 1E | 42 | 55 | 26 |
| Octal | 242 | 263 | 16 | 11 | 0 | 134 | 36 | 102 | 125 | 46 |
| Binary | 10100010 | 10110011 | 1110 | 1001 | 0 | 1011100 | 11110 | 1000010 | 1010101 | 100110 |
Color Harmonies of #A2B30E
Complementary color
Monochromatic Colors of #A2B30E
Black with #A2B30E
Text Example
Text Example
White with #A2B30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B30E; }
p { color: rgb(162,179,14); }
H1.HeaderClassName
{
color: #A2B30E;
}
.AnyTagClassName
{
color: #A2B30E;
}
</style>
background-color css
<style>
a { background-color: #A2B30E; }
a { background-color: rgb(162,179,14); }
div.DivClassName
{
background-color: #A2B30E;
}
.BgClassName
{
background-color: #A2B30E;
}
</style>
border-color css
<style>
span { border-color: #A2B30E; }
span { border-color: rgb(162,179,14); }
td.TdClassName
{
border-color: #A2B30E;
}
.TagClassName
{
border-color: #A2B30E;
}
</style>