Shades of Citrus #A1C80E
Tints of Citrus #A1C80E
RGB
CMYK
RGB Variations
Color information
#A1C80E (or 0xA1C80E) is known color: Citrus. HEX triplet: A1, C8 and 0E. RGB value is (161,200,14). Sum of RGB (Red+Green+Blue) = 161+200+14=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C80E is #5E37F1. Grayscale: #A7A7A7. Windows color (decimal): -6174706 or 968865. OLE color: 968865.
HSL color Cylindrical-coordinate representation of color #A1C80E: hue angle of 72.58º 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 #A1C80E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 14 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.22 |
| HSL | 72.58º | 0.87% | 0.42% | - |
| HSV(B) | 72.58º | 0.93% | 0.78% | - |
| XYZ | 35.43 | 48.92 | 7.99 | - |
| YUV | 167.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 14 | 0.19 | 0 | 0.93 | 0.22 | 72.58 | 0.87 | 0.42 |
| Hex | A1 | C8 | E | 13 | 0 | 5D | 16 | 49 | 57 | 2A |
| Octal | 241 | 310 | 16 | 23 | 0 | 135 | 26 | 111 | 127 | 52 |
| Binary | 10100001 | 11001000 | 1110 | 10011 | 0 | 1011101 | 10110 | 1001001 | 1010111 | 101010 |
Color Harmonies of #A1C80E
Complementary color
Monochromatic Colors of #A1C80E
Black with #A1C80E
Text Example
Text Example
White with #A1C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C80E; }
p { color: rgb(161,200,14); }
H1.HeaderClassName
{
color: #A1C80E;
}
.AnyTagClassName
{
color: #A1C80E;
}
</style>
background-color css
<style>
a { background-color: #A1C80E; }
a { background-color: rgb(161,200,14); }
div.DivClassName
{
background-color: #A1C80E;
}
.BgClassName
{
background-color: #A1C80E;
}
</style>
border-color css
<style>
span { border-color: #A1C80E; }
span { border-color: rgb(161,200,14); }
td.TdClassName
{
border-color: #A1C80E;
}
.TagClassName
{
border-color: #A1C80E;
}
</style>