Shades of Citrus #A1C40B
Tints of Citrus #A1C40B
RGB
CMYK
RGB Variations
Color information
#A1C40B (or 0xA1C40B) is known color: Citrus. HEX triplet: A1, C4 and 0B. RGB value is (161,196,11). Sum of RGB (Red+Green+Blue) = 161+196+11=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C40B is #5E3BF4. Grayscale: #A5A5A5. Windows color (decimal): -6175733 or 771233. OLE color: 771233.
HSL color Cylindrical-coordinate representation of color #A1C40B: hue angle of 71.35º degrees, saturation: 0.89, 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 #A1C40B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 11 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.23 |
| HSL | 71.35º | 0.89% | 0.41% | - |
| HSV(B) | 71.35º | 0.94% | 0.77% | - |
| XYZ | 34.5 | 47.08 | 7.59 | - |
| YUV | 164.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 11 | 0.18 | 0 | 0.94 | 0.23 | 71.35 | 0.89 | 0.41 |
| Hex | A1 | C4 | B | 12 | 0 | 5E | 17 | 47 | 59 | 29 |
| Octal | 241 | 304 | 13 | 22 | 0 | 136 | 27 | 107 | 131 | 51 |
| Binary | 10100001 | 11000100 | 1011 | 10010 | 0 | 1011110 | 10111 | 1000111 | 1011001 | 101001 |
Color Harmonies of #A1C40B
Complementary color
Monochromatic Colors of #A1C40B
Black with #A1C40B
Text Example
Text Example
White with #A1C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C40B; }
p { color: rgb(161,196,11); }
H1.HeaderClassName
{
color: #A1C40B;
}
.AnyTagClassName
{
color: #A1C40B;
}
</style>
background-color css
<style>
a { background-color: #A1C40B; }
a { background-color: rgb(161,196,11); }
div.DivClassName
{
background-color: #A1C40B;
}
.BgClassName
{
background-color: #A1C40B;
}
</style>
border-color css
<style>
span { border-color: #A1C40B; }
span { border-color: rgb(161,196,11); }
td.TdClassName
{
border-color: #A1C40B;
}
.TagClassName
{
border-color: #A1C40B;
}
</style>