Shades of Citrus #A2CE03
Tints of Citrus #A2CE03
RGB
CMYK
RGB Variations
Color information
#A2CE03 (or 0xA2CE03) is known color: Citrus. HEX triplet: A2, CE and 03. RGB value is (162,206,3). Sum of RGB (Red+Green+Blue) = 162+206+3=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CE03 is #5D31FC. Grayscale: #AAAAAA. Windows color (decimal): -6107645 or 249506. OLE color: 249506.
HSL color Cylindrical-coordinate representation of color #A2CE03: hue angle of 73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2CE03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.19 |
| HSL | 73º | 0.97% | 0.41% | - |
| HSV(B) | 73º | 0.99% | 0.81% | - |
| XYZ | 36.99 | 51.83 | 8.14 | - |
| YUV | 169.7 | 33.92 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 3 | 0.21 | 0 | 0.99 | 0.19 | 73 | 0.97 | 0.41 |
| Hex | A2 | CE | 3 | 15 | 0 | 63 | 13 | 49 | 61 | 29 |
| Octal | 242 | 316 | 3 | 25 | 0 | 143 | 23 | 111 | 141 | 51 |
| Binary | 10100010 | 11001110 | 11 | 10101 | 0 | 1100011 | 10011 | 1001001 | 1100001 | 101001 |
Color Harmonies of #A2CE03
Complementary color
Monochromatic Colors of #A2CE03
Black with #A2CE03
Text Example
Text Example
White with #A2CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE03; }
p { color: rgb(162,206,3); }
H1.HeaderClassName
{
color: #A2CE03;
}
.AnyTagClassName
{
color: #A2CE03;
}
</style>
background-color css
<style>
a { background-color: #A2CE03; }
a { background-color: rgb(162,206,3); }
div.DivClassName
{
background-color: #A2CE03;
}
.BgClassName
{
background-color: #A2CE03;
}
</style>
border-color css
<style>
span { border-color: #A2CE03; }
span { border-color: rgb(162,206,3); }
td.TdClassName
{
border-color: #A2CE03;
}
.TagClassName
{
border-color: #A2CE03;
}
</style>