Shades of Celery #A8C442
Tints of Celery #A8C442
RGB
CMYK
RGB Variations
Color information
#A8C442 (or 0xA8C442) is known color: Celery. HEX triplet: A8, C4 and 42. RGB value is (168,196,66). Sum of RGB (Red+Green+Blue) = 168+196+66=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C442 is #573BBD. Grayscale: #ADADAD. Windows color (decimal): -5716926 or 4375720. OLE color: 4375720.
HSL color Cylindrical-coordinate representation of color #A8C442: hue angle of 72.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8C442 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 66 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.23 |
| HSL | 72.92º | 0.52% | 0.51% | - |
| HSV(B) | 72.92º | 0.66% | 0.77% | - |
| XYZ | 36.87 | 48.2 | 12.51 | - |
| YUV | 172.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 66 | 0.14 | 0 | 0.66 | 0.23 | 72.92 | 0.52 | 0.51 |
| Hex | A8 | C4 | 42 | E | 0 | 42 | 17 | 49 | 34 | 33 |
| Octal | 250 | 304 | 102 | 16 | 0 | 102 | 27 | 111 | 64 | 63 |
| Binary | 10101000 | 11000100 | 1000010 | 1110 | 0 | 1000010 | 10111 | 1001001 | 110100 | 110011 |
Color Harmonies of #A8C442
Complementary color
Monochromatic Colors of #A8C442
Black with #A8C442
Text Example
Text Example
White with #A8C442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C442; }
p { color: rgb(168,196,66); }
H1.HeaderClassName
{
color: #A8C442;
}
.AnyTagClassName
{
color: #A8C442;
}
</style>
background-color css
<style>
a { background-color: #A8C442; }
a { background-color: rgb(168,196,66); }
div.DivClassName
{
background-color: #A8C442;
}
.BgClassName
{
background-color: #A8C442;
}
</style>
border-color css
<style>
span { border-color: #A8C442; }
span { border-color: rgb(168,196,66); }
td.TdClassName
{
border-color: #A8C442;
}
.TagClassName
{
border-color: #A8C442;
}
</style>