Shades of Celery #A8C244
Tints of Celery #A8C244
RGB
CMYK
RGB Variations
Color information
#A8C244 (or 0xA8C244) is known color: Celery. HEX triplet: A8, C2 and 44. RGB value is (168,194,68). Sum of RGB (Red+Green+Blue) = 168+194+68=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C244 is #573DBB. Grayscale: #ACACAC. Windows color (decimal): -5717436 or 4506280. OLE color: 4506280.
HSL color Cylindrical-coordinate representation of color #A8C244: hue angle of 72.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8C244 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 68 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.24 |
| HSL | 72.38º | 0.51% | 0.51% | - |
| HSV(B) | 72.38º | 0.65% | 0.76% | - |
| XYZ | 36.48 | 47.33 | 12.68 | - |
| YUV | 171.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 68 | 0.13 | 0 | 0.65 | 0.24 | 72.38 | 0.51 | 0.51 |
| Hex | A8 | C2 | 44 | D | 0 | 41 | 18 | 48 | 33 | 33 |
| Octal | 250 | 302 | 104 | 15 | 0 | 101 | 30 | 110 | 63 | 63 |
| Binary | 10101000 | 11000010 | 1000100 | 1101 | 0 | 1000001 | 11000 | 1001000 | 110011 | 110011 |
Color Harmonies of #A8C244
Complementary color
Monochromatic Colors of #A8C244
Black with #A8C244
Text Example
Text Example
White with #A8C244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C244; }
p { color: rgb(168,194,68); }
H1.HeaderClassName
{
color: #A8C244;
}
.AnyTagClassName
{
color: #A8C244;
}
</style>
background-color css
<style>
a { background-color: #A8C244; }
a { background-color: rgb(168,194,68); }
div.DivClassName
{
background-color: #A8C244;
}
.BgClassName
{
background-color: #A8C244;
}
</style>
border-color css
<style>
span { border-color: #A8C244; }
span { border-color: rgb(168,194,68); }
td.TdClassName
{
border-color: #A8C244;
}
.TagClassName
{
border-color: #A8C244;
}
</style>