Shades of Citrus #A1C503
Tints of Citrus #A1C503
RGB
CMYK
RGB Variations
Color information
#A1C503 (or 0xA1C503) is known color: Citrus. HEX triplet: A1, C5 and 03. RGB value is (161,197,3). Sum of RGB (Red+Green+Blue) = 161+197+3=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C503 is #5E3AFC. Grayscale: #A4A4A4. Windows color (decimal): -6175485 or 247201. OLE color: 247201.
HSL color Cylindrical-coordinate representation of color #A1C503: hue angle of 71.13º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1C503 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.23 |
| HSL | 71.13º | 0.97% | 0.39% | - |
| HSV(B) | 71.13º | 0.98% | 0.77% | - |
| XYZ | 34.68 | 47.52 | 7.43 | - |
| YUV | 164.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 3 | 0.18 | 0 | 0.98 | 0.23 | 71.13 | 0.97 | 0.39 |
| Hex | A1 | C5 | 3 | 12 | 0 | 62 | 17 | 47 | 61 | 27 |
| Octal | 241 | 305 | 3 | 22 | 0 | 142 | 27 | 107 | 141 | 47 |
| Binary | 10100001 | 11000101 | 11 | 10010 | 0 | 1100010 | 10111 | 1000111 | 1100001 | 100111 |
Color Harmonies of #A1C503
Complementary color
Monochromatic Colors of #A1C503
Black with #A1C503
Text Example
Text Example
White with #A1C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C503; }
p { color: rgb(161,197,3); }
H1.HeaderClassName
{
color: #A1C503;
}
.AnyTagClassName
{
color: #A1C503;
}
</style>
background-color css
<style>
a { background-color: #A1C503; }
a { background-color: rgb(161,197,3); }
div.DivClassName
{
background-color: #A1C503;
}
.BgClassName
{
background-color: #A1C503;
}
</style>
border-color css
<style>
span { border-color: #A1C503; }
span { border-color: rgb(161,197,3); }
td.TdClassName
{
border-color: #A1C503;
}
.TagClassName
{
border-color: #A1C503;
}
</style>