Shades of Citrus #A1C003
Tints of Citrus #A1C003
RGB
CMYK
RGB Variations
Color information
#A1C003 (or 0xA1C003) is known color: Citrus. HEX triplet: A1, C0 and 03. RGB value is (161,192,3). Sum of RGB (Red+Green+Blue) = 161+192+3=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C003 is #5E3FFC. Grayscale: #A1A1A1. Windows color (decimal): -6176765 or 245921. OLE color: 245921.
HSL color Cylindrical-coordinate representation of color #A1C003: hue angle of 69.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1C003 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.25 |
| HSL | 69.84º | 0.97% | 0.38% | - |
| HSV(B) | 69.84º | 0.98% | 0.75% | - |
| XYZ | 33.56 | 45.28 | 7.06 | - |
| YUV | 161.19 | 38.73 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 3 | 0.16 | 0 | 0.98 | 0.25 | 69.84 | 0.97 | 0.38 |
| Hex | A1 | C0 | 3 | 10 | 0 | 62 | 19 | 46 | 61 | 26 |
| Octal | 241 | 300 | 3 | 20 | 0 | 142 | 31 | 106 | 141 | 46 |
| Binary | 10100001 | 11000000 | 11 | 10000 | 0 | 1100010 | 11001 | 1000110 | 1100001 | 100110 |
Color Harmonies of #A1C003
Complementary color
Monochromatic Colors of #A1C003
Black with #A1C003
Text Example
Text Example
White with #A1C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C003; }
p { color: rgb(161,192,3); }
H1.HeaderClassName
{
color: #A1C003;
}
.AnyTagClassName
{
color: #A1C003;
}
</style>
background-color css
<style>
a { background-color: #A1C003; }
a { background-color: rgb(161,192,3); }
div.DivClassName
{
background-color: #A1C003;
}
.BgClassName
{
background-color: #A1C003;
}
</style>
border-color css
<style>
span { border-color: #A1C003; }
span { border-color: rgb(161,192,3); }
td.TdClassName
{
border-color: #A1C003;
}
.TagClassName
{
border-color: #A1C003;
}
</style>