Shades of Citrus #A1CE03
Tints of Citrus #A1CE03
RGB
CMYK
RGB Variations
Color information
#A1CE03 (or 0xA1CE03) is known color: Citrus. HEX triplet: A1, CE and 03. RGB value is (161,206,3). Sum of RGB (Red+Green+Blue) = 161+206+3=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CE03 is #5E31FC. Grayscale: #AAAAAA. Windows color (decimal): -6173181 or 249505. OLE color: 249505.
HSL color Cylindrical-coordinate representation of color #A1CE03: hue angle of 73.3º 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 #A1CE03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.19 |
| HSL | 73.3º | 0.97% | 0.41% | - |
| HSV(B) | 73.3º | 0.99% | 0.81% | - |
| XYZ | 36.79 | 51.73 | 8.13 | - |
| YUV | 169.4 | 34.09 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 3 | 0.22 | 0 | 0.99 | 0.19 | 73.3 | 0.97 | 0.41 |
| Hex | A1 | CE | 3 | 16 | 0 | 63 | 13 | 49 | 61 | 29 |
| Octal | 241 | 316 | 3 | 26 | 0 | 143 | 23 | 111 | 141 | 51 |
| Binary | 10100001 | 11001110 | 11 | 10110 | 0 | 1100011 | 10011 | 1001001 | 1100001 | 101001 |
Color Harmonies of #A1CE03
Complementary color
Monochromatic Colors of #A1CE03
Black with #A1CE03
Text Example
Text Example
White with #A1CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE03; }
p { color: rgb(161,206,3); }
H1.HeaderClassName
{
color: #A1CE03;
}
.AnyTagClassName
{
color: #A1CE03;
}
</style>
background-color css
<style>
a { background-color: #A1CE03; }
a { background-color: rgb(161,206,3); }
div.DivClassName
{
background-color: #A1CE03;
}
.BgClassName
{
background-color: #A1CE03;
}
</style>
border-color css
<style>
span { border-color: #A1CE03; }
span { border-color: rgb(161,206,3); }
td.TdClassName
{
border-color: #A1CE03;
}
.TagClassName
{
border-color: #A1CE03;
}
</style>