Shades of Citrus #A1C50F
Tints of Citrus #A1C50F
RGB
CMYK
RGB Variations
Color information
#A1C50F (or 0xA1C50F) is known color: Citrus. HEX triplet: A1, C5 and 0F. RGB value is (161,197,15). Sum of RGB (Red+Green+Blue) = 161+197+15=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C50F is #5E3AF0. Grayscale: #A6A6A6. Windows color (decimal): -6175473 or 1033633. OLE color: 1033633.
HSL color Cylindrical-coordinate representation of color #A1C50F: hue angle of 71.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1C50F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 15 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.23 |
| HSL | 71.87º | 0.86% | 0.42% | - |
| HSV(B) | 71.87º | 0.92% | 0.77% | - |
| XYZ | 34.75 | 47.54 | 7.8 | - |
| YUV | 165.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 15 | 0.18 | 0 | 0.92 | 0.23 | 71.87 | 0.86 | 0.42 |
| Hex | A1 | C5 | F | 12 | 0 | 5C | 17 | 48 | 56 | 2A |
| Octal | 241 | 305 | 17 | 22 | 0 | 134 | 27 | 110 | 126 | 52 |
| Binary | 10100001 | 11000101 | 1111 | 10010 | 0 | 1011100 | 10111 | 1001000 | 1010110 | 101010 |
Color Harmonies of #A1C50F
Complementary color
Monochromatic Colors of #A1C50F
Black with #A1C50F
Text Example
Text Example
White with #A1C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C50F; }
p { color: rgb(161,197,15); }
H1.HeaderClassName
{
color: #A1C50F;
}
.AnyTagClassName
{
color: #A1C50F;
}
</style>
background-color css
<style>
a { background-color: #A1C50F; }
a { background-color: rgb(161,197,15); }
div.DivClassName
{
background-color: #A1C50F;
}
.BgClassName
{
background-color: #A1C50F;
}
</style>
border-color css
<style>
span { border-color: #A1C50F; }
span { border-color: rgb(161,197,15); }
td.TdClassName
{
border-color: #A1C50F;
}
.TagClassName
{
border-color: #A1C50F;
}
</style>