Shades of Celery #A0C252
Tints of Celery #A0C252
RGB
CMYK
RGB Variations
Color information
#A0C252 (or 0xA0C252) is known color: Celery. HEX triplet: A0, C2 and 52. RGB value is (160,194,82). Sum of RGB (Red+Green+Blue) = 160+194+82=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C252 is #5F3DAD. Grayscale: #ABABAB. Windows color (decimal): -6241710 or 5423776. OLE color: 5423776.
HSL color Cylindrical-coordinate representation of color #A0C252: hue angle of 78.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0C252 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 82 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.24 |
| HSL | 78.21º | 0.48% | 0.54% | - |
| HSV(B) | 78.21º | 0.58% | 0.76% | - |
| XYZ | 35.31 | 46.67 | 15.13 | - |
| YUV | 171.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 82 | 0.18 | 0 | 0.58 | 0.24 | 78.21 | 0.48 | 0.54 |
| Hex | A0 | C2 | 52 | 12 | 0 | 3A | 18 | 4E | 30 | 36 |
| Octal | 240 | 302 | 122 | 22 | 0 | 72 | 30 | 116 | 60 | 66 |
| Binary | 10100000 | 11000010 | 1010010 | 10010 | 0 | 111010 | 11000 | 1001110 | 110000 | 110110 |
Color Harmonies of #A0C252
Complementary color
Monochromatic Colors of #A0C252
Black with #A0C252
Text Example
Text Example
White with #A0C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C252; }
p { color: rgb(160,194,82); }
H1.HeaderClassName
{
color: #A0C252;
}
.AnyTagClassName
{
color: #A0C252;
}
</style>
background-color css
<style>
a { background-color: #A0C252; }
a { background-color: rgb(160,194,82); }
div.DivClassName
{
background-color: #A0C252;
}
.BgClassName
{
background-color: #A0C252;
}
</style>
border-color css
<style>
span { border-color: #A0C252; }
span { border-color: rgb(160,194,82); }
td.TdClassName
{
border-color: #A0C252;
}
.TagClassName
{
border-color: #A0C252;
}
</style>