Shades of Celery #A8C245
Tints of Celery #A8C245
RGB
CMYK
RGB Variations
Color information
#A8C245 (or 0xA8C245) is known color: Celery. HEX triplet: A8, C2 and 45. RGB value is (168,194,69). Sum of RGB (Red+Green+Blue) = 168+194+69=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C245 is #573DBA. Grayscale: #ACACAC. Windows color (decimal): -5717435 or 4571816. OLE color: 4571816.
HSL color Cylindrical-coordinate representation of color #A8C245: hue angle of 72.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8C245 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 69 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.24 |
| HSL | 72.48º | 0.51% | 0.52% | - |
| HSV(B) | 72.48º | 0.64% | 0.76% | - |
| XYZ | 36.51 | 47.34 | 12.84 | - |
| YUV | 171.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 69 | 0.13 | 0 | 0.64 | 0.24 | 72.48 | 0.51 | 0.52 |
| Hex | A8 | C2 | 45 | D | 0 | 40 | 18 | 48 | 33 | 34 |
| Octal | 250 | 302 | 105 | 15 | 0 | 100 | 30 | 110 | 63 | 64 |
| Binary | 10101000 | 11000010 | 1000101 | 1101 | 0 | 1000000 | 11000 | 1001000 | 110011 | 110100 |
Color Harmonies of #A8C245
Complementary color
Monochromatic Colors of #A8C245
Black with #A8C245
Text Example
Text Example
White with #A8C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C245; }
p { color: rgb(168,194,69); }
H1.HeaderClassName
{
color: #A8C245;
}
.AnyTagClassName
{
color: #A8C245;
}
</style>
background-color css
<style>
a { background-color: #A8C245; }
a { background-color: rgb(168,194,69); }
div.DivClassName
{
background-color: #A8C245;
}
.BgClassName
{
background-color: #A8C245;
}
</style>
border-color css
<style>
span { border-color: #A8C245; }
span { border-color: rgb(168,194,69); }
td.TdClassName
{
border-color: #A8C245;
}
.TagClassName
{
border-color: #A8C245;
}
</style>