Shades of Citrus #A1CC0A
Tints of Citrus #A1CC0A
RGB
CMYK
RGB Variations
Color information
#A1CC0A (or 0xA1CC0A) is known color: Citrus. HEX triplet: A1, CC and 0A. RGB value is (161,204,10). Sum of RGB (Red+Green+Blue) = 161+204+10=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CC0A is #5E33F5. Grayscale: #A9A9A9. Windows color (decimal): -6173686 or 707745. OLE color: 707745.
HSL color Cylindrical-coordinate representation of color #A1CC0A: hue angle of 73.3º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1CC0A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 10 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.2 |
| HSL | 73.3º | 0.91% | 0.42% | - |
| HSV(B) | 73.3º | 0.95% | 0.8% | - |
| XYZ | 36.35 | 50.78 | 8.17 | - |
| YUV | 169.03 | 38.25 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 10 | 0.21 | 0 | 0.95 | 0.2 | 73.3 | 0.91 | 0.42 |
| Hex | A1 | CC | A | 15 | 0 | 5F | 14 | 49 | 5B | 2A |
| Octal | 241 | 314 | 12 | 25 | 0 | 137 | 24 | 111 | 133 | 52 |
| Binary | 10100001 | 11001100 | 1010 | 10101 | 0 | 1011111 | 10100 | 1001001 | 1011011 | 101010 |
Color Harmonies of #A1CC0A
Complementary color
Monochromatic Colors of #A1CC0A
Black with #A1CC0A
Text Example
Text Example
White with #A1CC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC0A; }
p { color: rgb(161,204,10); }
H1.HeaderClassName
{
color: #A1CC0A;
}
.AnyTagClassName
{
color: #A1CC0A;
}
</style>
background-color css
<style>
a { background-color: #A1CC0A; }
a { background-color: rgb(161,204,10); }
div.DivClassName
{
background-color: #A1CC0A;
}
.BgClassName
{
background-color: #A1CC0A;
}
</style>
border-color css
<style>
span { border-color: #A1CC0A; }
span { border-color: rgb(161,204,10); }
td.TdClassName
{
border-color: #A1CC0A;
}
.TagClassName
{
border-color: #A1CC0A;
}
</style>