Shades of Citrus #A1C40C
Tints of Citrus #A1C40C
RGB
CMYK
RGB Variations
Color information
#A1C40C (or 0xA1C40C) is known color: Citrus. HEX triplet: A1, C4 and 0C. RGB value is (161,196,12). Sum of RGB (Red+Green+Blue) = 161+196+12=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C40C is #5E3BF3. Grayscale: #A5A5A5. Windows color (decimal): -6175732 or 836769. OLE color: 836769.
HSL color Cylindrical-coordinate representation of color #A1C40C: hue angle of 71.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1C40C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.23 |
| HSL | 71.41º | 0.88% | 0.41% | - |
| HSV(B) | 71.41º | 0.94% | 0.77% | - |
| XYZ | 34.5 | 47.08 | 7.62 | - |
| YUV | 164.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 12 | 0.18 | 0 | 0.94 | 0.23 | 71.41 | 0.88 | 0.41 |
| Hex | A1 | C4 | C | 12 | 0 | 5E | 17 | 47 | 58 | 29 |
| Octal | 241 | 304 | 14 | 22 | 0 | 136 | 27 | 107 | 130 | 51 |
| Binary | 10100001 | 11000100 | 1100 | 10010 | 0 | 1011110 | 10111 | 1000111 | 1011000 | 101001 |
Color Harmonies of #A1C40C
Complementary color
Monochromatic Colors of #A1C40C
Black with #A1C40C
Text Example
Text Example
White with #A1C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C40C; }
p { color: rgb(161,196,12); }
H1.HeaderClassName
{
color: #A1C40C;
}
.AnyTagClassName
{
color: #A1C40C;
}
</style>
background-color css
<style>
a { background-color: #A1C40C; }
a { background-color: rgb(161,196,12); }
div.DivClassName
{
background-color: #A1C40C;
}
.BgClassName
{
background-color: #A1C40C;
}
</style>
border-color css
<style>
span { border-color: #A1C40C; }
span { border-color: rgb(161,196,12); }
td.TdClassName
{
border-color: #A1C40C;
}
.TagClassName
{
border-color: #A1C40C;
}
</style>