Shades of Citrus #A1C60E
Tints of Citrus #A1C60E
RGB
CMYK
RGB Variations
Color information
#A1C60E (or 0xA1C60E) is known color: Citrus. HEX triplet: A1, C6 and 0E. RGB value is (161,198,14). Sum of RGB (Red+Green+Blue) = 161+198+14=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C60E is #5E39F1. Grayscale: #A6A6A6. Windows color (decimal): -6175218 or 968353. OLE color: 968353.
HSL color Cylindrical-coordinate representation of color #A1C60E: hue angle of 72.07º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1C60E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 14 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.22 |
| HSL | 72.07º | 0.87% | 0.42% | - |
| HSV(B) | 72.07º | 0.93% | 0.78% | - |
| XYZ | 34.97 | 48 | 7.84 | - |
| YUV | 165.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 14 | 0.19 | 0 | 0.93 | 0.22 | 72.07 | 0.87 | 0.42 |
| Hex | A1 | C6 | E | 13 | 0 | 5D | 16 | 48 | 57 | 2A |
| Octal | 241 | 306 | 16 | 23 | 0 | 135 | 26 | 110 | 127 | 52 |
| Binary | 10100001 | 11000110 | 1110 | 10011 | 0 | 1011101 | 10110 | 1001000 | 1010111 | 101010 |
Color Harmonies of #A1C60E
Complementary color
Monochromatic Colors of #A1C60E
Black with #A1C60E
Text Example
Text Example
White with #A1C60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C60E; }
p { color: rgb(161,198,14); }
H1.HeaderClassName
{
color: #A1C60E;
}
.AnyTagClassName
{
color: #A1C60E;
}
</style>
background-color css
<style>
a { background-color: #A1C60E; }
a { background-color: rgb(161,198,14); }
div.DivClassName
{
background-color: #A1C60E;
}
.BgClassName
{
background-color: #A1C60E;
}
</style>
border-color css
<style>
span { border-color: #A1C60E; }
span { border-color: rgb(161,198,14); }
td.TdClassName
{
border-color: #A1C60E;
}
.TagClassName
{
border-color: #A1C60E;
}
</style>