Shades of Citrus #A1CC00
Tints of Citrus #A1CC00
RGB
CMYK
RGB Variations
Color information
#A1CC00 (or 0xA1CC00) is known color: Citrus. HEX triplet: A1, CC and 00. RGB value is (161,204,0). Sum of RGB (Red+Green+Blue) = 161+204+0=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CC00 is #5E33FF. Grayscale: #A8A8A8. Windows color (decimal): -6173696 or 52385. OLE color: 52385.
HSL color Cylindrical-coordinate representation of color #A1CC00: hue angle of 72.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1CC00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.2 |
| HSL | 72.65º | 1% | 0.4% | - |
| HSV(B) | 72.65º | 1% | 0.8% | - |
| XYZ | 36.29 | 50.76 | 7.89 | - |
| YUV | 167.89 | 33.25 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 0 | 0.21 | 0 | 1 | 0.2 | 72.65 | 1 | 0.4 |
| Hex | A1 | CC | 0 | 15 | 0 | 64 | 14 | 49 | 64 | 28 |
| Octal | 241 | 314 | 0 | 25 | 0 | 144 | 24 | 111 | 144 | 50 |
| Binary | 10100001 | 11001100 | 0 | 10101 | 0 | 1100100 | 10100 | 1001001 | 1100100 | 101000 |
Color Harmonies of #A1CC00
Complementary color
Monochromatic Colors of #A1CC00
Black with #A1CC00
Text Example
Text Example
White with #A1CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC00; }
p { color: rgb(161,204,0); }
H1.HeaderClassName
{
color: #A1CC00;
}
.AnyTagClassName
{
color: #A1CC00;
}
</style>
background-color css
<style>
a { background-color: #A1CC00; }
a { background-color: rgb(161,204,0); }
div.DivClassName
{
background-color: #A1CC00;
}
.BgClassName
{
background-color: #A1CC00;
}
</style>
border-color css
<style>
span { border-color: #A1CC00; }
span { border-color: rgb(161,204,0); }
td.TdClassName
{
border-color: #A1CC00;
}
.TagClassName
{
border-color: #A1CC00;
}
</style>