Shades of Citrus #A2C00C
Tints of Citrus #A2C00C
RGB
CMYK
RGB Variations
Color information
#A2C00C (or 0xA2C00C) is known color: Citrus. HEX triplet: A2, C0 and 0C. RGB value is (162,192,12). Sum of RGB (Red+Green+Blue) = 162+192+12=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C00C is #5D3FF3. Grayscale: #A3A3A3. Windows color (decimal): -6111220 or 835746. OLE color: 835746.
HSL color Cylindrical-coordinate representation of color #A2C00C: hue angle of 70º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2C00C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.25 |
| HSL | 70º | 0.88% | 0.4% | - |
| HSV(B) | 70º | 0.94% | 0.75% | - |
| XYZ | 33.82 | 45.41 | 7.33 | - |
| YUV | 162.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 12 | 0.16 | 0 | 0.94 | 0.25 | 70 | 0.88 | 0.4 |
| Hex | A2 | C0 | C | 10 | 0 | 5E | 19 | 46 | 58 | 28 |
| Octal | 242 | 300 | 14 | 20 | 0 | 136 | 31 | 106 | 130 | 50 |
| Binary | 10100010 | 11000000 | 1100 | 10000 | 0 | 1011110 | 11001 | 1000110 | 1011000 | 101000 |
Color Harmonies of #A2C00C
Complementary color
Monochromatic Colors of #A2C00C
Black with #A2C00C
Text Example
Text Example
White with #A2C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C00C; }
p { color: rgb(162,192,12); }
H1.HeaderClassName
{
color: #A2C00C;
}
.AnyTagClassName
{
color: #A2C00C;
}
</style>
background-color css
<style>
a { background-color: #A2C00C; }
a { background-color: rgb(162,192,12); }
div.DivClassName
{
background-color: #A2C00C;
}
.BgClassName
{
background-color: #A2C00C;
}
</style>
border-color css
<style>
span { border-color: #A2C00C; }
span { border-color: rgb(162,192,12); }
td.TdClassName
{
border-color: #A2C00C;
}
.TagClassName
{
border-color: #A2C00C;
}
</style>