Shades of Citrus #A1C500
Tints of Citrus #A1C500
RGB
CMYK
RGB Variations
Color information
#A1C500 (or 0xA1C500) is known color: Citrus. HEX triplet: A1, C5 and 00. RGB value is (161,197,0). Sum of RGB (Red+Green+Blue) = 161+197+0=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C500 is #5E3AFF. Grayscale: #A4A4A4. Windows color (decimal): -6175488 or 50593. OLE color: 50593.
HSL color Cylindrical-coordinate representation of color #A1C500: hue angle of 70.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1C500 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.23 |
| HSL | 70.96º | 1% | 0.39% | - |
| HSV(B) | 70.96º | 1% | 0.77% | - |
| XYZ | 34.66 | 47.51 | 7.34 | - |
| YUV | 163.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 0 | 0.18 | 0 | 1 | 0.23 | 70.96 | 1 | 0.39 |
| Hex | A1 | C5 | 0 | 12 | 0 | 64 | 17 | 47 | 64 | 27 |
| Octal | 241 | 305 | 0 | 22 | 0 | 144 | 27 | 107 | 144 | 47 |
| Binary | 10100001 | 11000101 | 0 | 10010 | 0 | 1100100 | 10111 | 1000111 | 1100100 | 100111 |
Color Harmonies of #A1C500
Complementary color
Monochromatic Colors of #A1C500
Black with #A1C500
Text Example
Text Example
White with #A1C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C500; }
p { color: rgb(161,197,0); }
H1.HeaderClassName
{
color: #A1C500;
}
.AnyTagClassName
{
color: #A1C500;
}
</style>
background-color css
<style>
a { background-color: #A1C500; }
a { background-color: rgb(161,197,0); }
div.DivClassName
{
background-color: #A1C500;
}
.BgClassName
{
background-color: #A1C500;
}
</style>
border-color css
<style>
span { border-color: #A1C500; }
span { border-color: rgb(161,197,0); }
td.TdClassName
{
border-color: #A1C500;
}
.TagClassName
{
border-color: #A1C500;
}
</style>