Shades of Celery #A1C052
Tints of Celery #A1C052
RGB
CMYK
RGB Variations
Color information
#A1C052 (or 0xA1C052) is known color: Celery. HEX triplet: A1, C0 and 52. RGB value is (161,192,82). Sum of RGB (Red+Green+Blue) = 161+192+82=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C052 is #5E3FAD. Grayscale: #AAAAAA. Windows color (decimal): -6176686 or 5423265. OLE color: 5423265.
HSL color Cylindrical-coordinate representation of color #A1C052: hue angle of 76.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1C052 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 82 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.25 |
| HSL | 76.91º | 0.47% | 0.54% | - |
| HSV(B) | 76.91º | 0.57% | 0.75% | - |
| XYZ | 35.07 | 45.89 | 14.99 | - |
| YUV | 170.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 82 | 0.16 | 0 | 0.57 | 0.25 | 76.91 | 0.47 | 0.54 |
| Hex | A1 | C0 | 52 | 10 | 0 | 39 | 19 | 4D | 2F | 36 |
| Octal | 241 | 300 | 122 | 20 | 0 | 71 | 31 | 115 | 57 | 66 |
| Binary | 10100001 | 11000000 | 1010010 | 10000 | 0 | 111001 | 11001 | 1001101 | 101111 | 110110 |
Color Harmonies of #A1C052
Complementary color
Monochromatic Colors of #A1C052
Black with #A1C052
Text Example
Text Example
White with #A1C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C052; }
p { color: rgb(161,192,82); }
H1.HeaderClassName
{
color: #A1C052;
}
.AnyTagClassName
{
color: #A1C052;
}
</style>
background-color css
<style>
a { background-color: #A1C052; }
a { background-color: rgb(161,192,82); }
div.DivClassName
{
background-color: #A1C052;
}
.BgClassName
{
background-color: #A1C052;
}
</style>
border-color css
<style>
span { border-color: #A1C052; }
span { border-color: rgb(161,192,82); }
td.TdClassName
{
border-color: #A1C052;
}
.TagClassName
{
border-color: #A1C052;
}
</style>