Shades of Citrus #A2CC03
Tints of Citrus #A2CC03
RGB
CMYK
RGB Variations
Color information
#A2CC03 (or 0xA2CC03) is known color: Citrus. HEX triplet: A2, CC and 03. RGB value is (162,204,3). Sum of RGB (Red+Green+Blue) = 162+204+3=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CC03 is #5D33FC. Grayscale: #A9A9A9. Windows color (decimal): -6108157 or 248994. OLE color: 248994.
HSL color Cylindrical-coordinate representation of color #A2CC03: hue angle of 72.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2CC03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.2 |
| HSL | 72.54º | 0.97% | 0.41% | - |
| HSV(B) | 72.54º | 0.99% | 0.8% | - |
| XYZ | 36.51 | 50.87 | 7.98 | - |
| YUV | 168.53 | 34.59 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 3 | 0.21 | 0 | 0.99 | 0.2 | 72.54 | 0.97 | 0.41 |
| Hex | A2 | CC | 3 | 15 | 0 | 63 | 14 | 49 | 61 | 29 |
| Octal | 242 | 314 | 3 | 25 | 0 | 143 | 24 | 111 | 141 | 51 |
| Binary | 10100010 | 11001100 | 11 | 10101 | 0 | 1100011 | 10100 | 1001001 | 1100001 | 101001 |
Color Harmonies of #A2CC03
Complementary color
Monochromatic Colors of #A2CC03
Black with #A2CC03
Text Example
Text Example
White with #A2CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC03; }
p { color: rgb(162,204,3); }
H1.HeaderClassName
{
color: #A2CC03;
}
.AnyTagClassName
{
color: #A2CC03;
}
</style>
background-color css
<style>
a { background-color: #A2CC03; }
a { background-color: rgb(162,204,3); }
div.DivClassName
{
background-color: #A2CC03;
}
.BgClassName
{
background-color: #A2CC03;
}
</style>
border-color css
<style>
span { border-color: #A2CC03; }
span { border-color: rgb(162,204,3); }
td.TdClassName
{
border-color: #A2CC03;
}
.TagClassName
{
border-color: #A2CC03;
}
</style>