Shades of Citrus #A1C40D
Tints of Citrus #A1C40D
RGB
CMYK
RGB Variations
Color information
#A1C40D (or 0xA1C40D) is known color: Citrus. HEX triplet: A1, C4 and 0D. RGB value is (161,196,13). Sum of RGB (Red+Green+Blue) = 161+196+13=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C40D is #5E3BF2. Grayscale: #A5A5A5. Windows color (decimal): -6175731 or 902305. OLE color: 902305.
HSL color Cylindrical-coordinate representation of color #A1C40D: hue angle of 71.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1C40D is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 13 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.23 |
| HSL | 71.48º | 0.88% | 0.41% | - |
| HSV(B) | 71.48º | 0.93% | 0.77% | - |
| XYZ | 34.51 | 47.09 | 7.65 | - |
| YUV | 164.67 | 42.4 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 13 | 0.18 | 0 | 0.93 | 0.23 | 71.48 | 0.88 | 0.41 |
| Hex | A1 | C4 | D | 12 | 0 | 5D | 17 | 47 | 58 | 29 |
| Octal | 241 | 304 | 15 | 22 | 0 | 135 | 27 | 107 | 130 | 51 |
| Binary | 10100001 | 11000100 | 1101 | 10010 | 0 | 1011101 | 10111 | 1000111 | 1011000 | 101001 |
Color Harmonies of #A1C40D
Complementary color
Monochromatic Colors of #A1C40D
Black with #A1C40D
Text Example
Text Example
White with #A1C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C40D; }
p { color: rgb(161,196,13); }
H1.HeaderClassName
{
color: #A1C40D;
}
.AnyTagClassName
{
color: #A1C40D;
}
</style>
background-color css
<style>
a { background-color: #A1C40D; }
a { background-color: rgb(161,196,13); }
div.DivClassName
{
background-color: #A1C40D;
}
.BgClassName
{
background-color: #A1C40D;
}
</style>
border-color css
<style>
span { border-color: #A1C40D; }
span { border-color: rgb(161,196,13); }
td.TdClassName
{
border-color: #A1C40D;
}
.TagClassName
{
border-color: #A1C40D;
}
</style>