Shades of Citrus #A1C70C
Tints of Citrus #A1C70C
RGB
CMYK
RGB Variations
Color information
#A1C70C (or 0xA1C70C) is known color: Citrus. HEX triplet: A1, C7 and 0C. RGB value is (161,199,12). Sum of RGB (Red+Green+Blue) = 161+199+12=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C70C is #5E38F3. Grayscale: #A7A7A7. Windows color (decimal): -6174964 or 837537. OLE color: 837537.
HSL color Cylindrical-coordinate representation of color #A1C70C: hue angle of 72.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1C70C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 12 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.22 |
| HSL | 72.19º | 0.89% | 0.41% | - |
| HSV(B) | 72.19º | 0.94% | 0.78% | - |
| XYZ | 35.19 | 48.45 | 7.85 | - |
| YUV | 166.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 12 | 0.19 | 0 | 0.94 | 0.22 | 72.19 | 0.89 | 0.41 |
| Hex | A1 | C7 | C | 13 | 0 | 5E | 16 | 48 | 59 | 29 |
| Octal | 241 | 307 | 14 | 23 | 0 | 136 | 26 | 110 | 131 | 51 |
| Binary | 10100001 | 11000111 | 1100 | 10011 | 0 | 1011110 | 10110 | 1001000 | 1011001 | 101001 |
Color Harmonies of #A1C70C
Complementary color
Monochromatic Colors of #A1C70C
Black with #A1C70C
Text Example
Text Example
White with #A1C70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C70C; }
p { color: rgb(161,199,12); }
H1.HeaderClassName
{
color: #A1C70C;
}
.AnyTagClassName
{
color: #A1C70C;
}
</style>
background-color css
<style>
a { background-color: #A1C70C; }
a { background-color: rgb(161,199,12); }
div.DivClassName
{
background-color: #A1C70C;
}
.BgClassName
{
background-color: #A1C70C;
}
</style>
border-color css
<style>
span { border-color: #A1C70C; }
span { border-color: rgb(161,199,12); }
td.TdClassName
{
border-color: #A1C70C;
}
.TagClassName
{
border-color: #A1C70C;
}
</style>