Shades of Citrus #A1CE00
Tints of Citrus #A1CE00
RGB
CMYK
RGB Variations
Color information
#A1CE00 (or 0xA1CE00) is known color: Citrus. HEX triplet: A1, CE and 00. RGB value is (161,206,0). Sum of RGB (Red+Green+Blue) = 161+206+0=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CE00 is #5E31FF. Grayscale: #A9A9A9. Windows color (decimal): -6173184 or 52897. OLE color: 52897.
HSL color Cylindrical-coordinate representation of color #A1CE00: hue angle of 73.11º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1CE00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.19 |
| HSL | 73.11º | 1% | 0.4% | - |
| HSV(B) | 73.11º | 1% | 0.81% | - |
| XYZ | 36.77 | 51.72 | 8.04 | - |
| YUV | 169.06 | 32.59 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 0 | 0.22 | 0 | 1 | 0.19 | 73.11 | 1 | 0.4 |
| Hex | A1 | CE | 0 | 16 | 0 | 64 | 13 | 49 | 64 | 28 |
| Octal | 241 | 316 | 0 | 26 | 0 | 144 | 23 | 111 | 144 | 50 |
| Binary | 10100001 | 11001110 | 0 | 10110 | 0 | 1100100 | 10011 | 1001001 | 1100100 | 101000 |
Color Harmonies of #A1CE00
Complementary color
Monochromatic Colors of #A1CE00
Black with #A1CE00
Text Example
Text Example
White with #A1CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE00; }
p { color: rgb(161,206,0); }
H1.HeaderClassName
{
color: #A1CE00;
}
.AnyTagClassName
{
color: #A1CE00;
}
</style>
background-color css
<style>
a { background-color: #A1CE00; }
a { background-color: rgb(161,206,0); }
div.DivClassName
{
background-color: #A1CE00;
}
.BgClassName
{
background-color: #A1CE00;
}
</style>
border-color css
<style>
span { border-color: #A1CE00; }
span { border-color: rgb(161,206,0); }
td.TdClassName
{
border-color: #A1CE00;
}
.TagClassName
{
border-color: #A1CE00;
}
</style>