Shades of Citrus #A2C10E
Tints of Citrus #A2C10E
RGB
CMYK
RGB Variations
Color information
#A2C10E (or 0xA2C10E) is known color: Citrus. HEX triplet: A2, C1 and 0E. RGB value is (162,193,14). Sum of RGB (Red+Green+Blue) = 162+193+14=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C10E is #5D3EF1. Grayscale: #A4A4A4. Windows color (decimal): -6110962 or 967074. OLE color: 967074.
HSL color Cylindrical-coordinate representation of color #A2C10E: hue angle of 70.39º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2C10E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.24 |
| HSL | 70.39º | 0.86% | 0.41% | - |
| HSV(B) | 70.39º | 0.93% | 0.76% | - |
| XYZ | 34.05 | 45.85 | 7.47 | - |
| YUV | 163.33 | 43.73 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 14 | 0.16 | 0 | 0.93 | 0.24 | 70.39 | 0.86 | 0.41 |
| Hex | A2 | C1 | E | 10 | 0 | 5D | 18 | 46 | 56 | 29 |
| Octal | 242 | 301 | 16 | 20 | 0 | 135 | 30 | 106 | 126 | 51 |
| Binary | 10100010 | 11000001 | 1110 | 10000 | 0 | 1011101 | 11000 | 1000110 | 1010110 | 101001 |
Color Harmonies of #A2C10E
Complementary color
Monochromatic Colors of #A2C10E
Black with #A2C10E
Text Example
Text Example
White with #A2C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C10E; }
p { color: rgb(162,193,14); }
H1.HeaderClassName
{
color: #A2C10E;
}
.AnyTagClassName
{
color: #A2C10E;
}
</style>
background-color css
<style>
a { background-color: #A2C10E; }
a { background-color: rgb(162,193,14); }
div.DivClassName
{
background-color: #A2C10E;
}
.BgClassName
{
background-color: #A2C10E;
}
</style>
border-color css
<style>
span { border-color: #A2C10E; }
span { border-color: rgb(162,193,14); }
td.TdClassName
{
border-color: #A2C10E;
}
.TagClassName
{
border-color: #A2C10E;
}
</style>