Shades of Celery #A8C252
Tints of Celery #A8C252
RGB
CMYK
RGB Variations
Color information
#A8C252 (or 0xA8C252) is known color: Celery. HEX triplet: A8, C2 and 52. RGB value is (168,194,82). Sum of RGB (Red+Green+Blue) = 168+194+82=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C252 is #573DAD. Grayscale: #ADADAD. Windows color (decimal): -5717422 or 5423784. OLE color: 5423784.
HSL color Cylindrical-coordinate representation of color #A8C252: hue angle of 73.93º 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 #A8C252 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 82 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.24 |
| HSL | 73.93º | 0.48% | 0.54% | - |
| HSV(B) | 73.93º | 0.58% | 0.76% | - |
| XYZ | 36.96 | 47.52 | 15.21 | - |
| YUV | 173.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 82 | 0.13 | 0 | 0.58 | 0.24 | 73.93 | 0.48 | 0.54 |
| Hex | A8 | C2 | 52 | D | 0 | 3A | 18 | 4A | 30 | 36 |
| Octal | 250 | 302 | 122 | 15 | 0 | 72 | 30 | 112 | 60 | 66 |
| Binary | 10101000 | 11000010 | 1010010 | 1101 | 0 | 111010 | 11000 | 1001010 | 110000 | 110110 |
Color Harmonies of #A8C252
Complementary color
Monochromatic Colors of #A8C252
Black with #A8C252
Text Example
Text Example
White with #A8C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C252; }
p { color: rgb(168,194,82); }
H1.HeaderClassName
{
color: #A8C252;
}
.AnyTagClassName
{
color: #A8C252;
}
</style>
background-color css
<style>
a { background-color: #A8C252; }
a { background-color: rgb(168,194,82); }
div.DivClassName
{
background-color: #A8C252;
}
.BgClassName
{
background-color: #A8C252;
}
</style>
border-color css
<style>
span { border-color: #A8C252; }
span { border-color: rgb(168,194,82); }
td.TdClassName
{
border-color: #A8C252;
}
.TagClassName
{
border-color: #A8C252;
}
</style>