Shades of Citrus #A2C010
Tints of Citrus #A2C010
RGB
CMYK
RGB Variations
Color information
#A2C010 (or 0xA2C010) is known color: Citrus. HEX triplet: A2, C0 and 10. RGB value is (162,192,16). Sum of RGB (Red+Green+Blue) = 162+192+16=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C010 is #5D3FEF. Grayscale: #A3A3A3. Windows color (decimal): -6111216 or 1097890. OLE color: 1097890.
HSL color Cylindrical-coordinate representation of color #A2C010: hue angle of 70.23º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2C010 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.25 |
| HSL | 70.23º | 0.85% | 0.41% | - |
| HSV(B) | 70.23º | 0.92% | 0.75% | - |
| XYZ | 33.84 | 45.42 | 7.47 | - |
| YUV | 162.97 | 45.06 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 16 | 0.16 | 0 | 0.92 | 0.25 | 70.23 | 0.85 | 0.41 |
| Hex | A2 | C0 | 10 | 10 | 0 | 5C | 19 | 46 | 55 | 29 |
| Octal | 242 | 300 | 20 | 20 | 0 | 134 | 31 | 106 | 125 | 51 |
| Binary | 10100010 | 11000000 | 10000 | 10000 | 0 | 1011100 | 11001 | 1000110 | 1010101 | 101001 |
Color Harmonies of #A2C010
Complementary color
Monochromatic Colors of #A2C010
Black with #A2C010
Text Example
Text Example
White with #A2C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C010; }
p { color: rgb(162,192,16); }
H1.HeaderClassName
{
color: #A2C010;
}
.AnyTagClassName
{
color: #A2C010;
}
</style>
background-color css
<style>
a { background-color: #A2C010; }
a { background-color: rgb(162,192,16); }
div.DivClassName
{
background-color: #A2C010;
}
.BgClassName
{
background-color: #A2C010;
}
</style>
border-color css
<style>
span { border-color: #A2C010; }
span { border-color: rgb(162,192,16); }
td.TdClassName
{
border-color: #A2C010;
}
.TagClassName
{
border-color: #A2C010;
}
</style>