Shades of Celery #A8C141
Tints of Celery #A8C141
RGB
CMYK
RGB Variations
Color information
#A8C141 (or 0xA8C141) is known color: Celery. HEX triplet: A8, C1 and 41. RGB value is (168,193,65). Sum of RGB (Red+Green+Blue) = 168+193+65=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C141 is #573EBE. Grayscale: #ABABAB. Windows color (decimal): -5717695 or 4309416. OLE color: 4309416.
HSL color Cylindrical-coordinate representation of color #A8C141: hue angle of 71.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8C141 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 65 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.24 |
| HSL | 71.72º | 0.51% | 0.51% | - |
| HSV(B) | 71.72º | 0.66% | 0.76% | - |
| XYZ | 36.17 | 46.85 | 12.14 | - |
| YUV | 170.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 65 | 0.13 | 0 | 0.66 | 0.24 | 71.72 | 0.51 | 0.51 |
| Hex | A8 | C1 | 41 | D | 0 | 42 | 18 | 48 | 33 | 33 |
| Octal | 250 | 301 | 101 | 15 | 0 | 102 | 30 | 110 | 63 | 63 |
| Binary | 10101000 | 11000001 | 1000001 | 1101 | 0 | 1000010 | 11000 | 1001000 | 110011 | 110011 |
Color Harmonies of #A8C141
Complementary color
Monochromatic Colors of #A8C141
Black with #A8C141
Text Example
Text Example
White with #A8C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C141; }
p { color: rgb(168,193,65); }
H1.HeaderClassName
{
color: #A8C141;
}
.AnyTagClassName
{
color: #A8C141;
}
</style>
background-color css
<style>
a { background-color: #A8C141; }
a { background-color: rgb(168,193,65); }
div.DivClassName
{
background-color: #A8C141;
}
.BgClassName
{
background-color: #A8C141;
}
</style>
border-color css
<style>
span { border-color: #A8C141; }
span { border-color: rgb(168,193,65); }
td.TdClassName
{
border-color: #A8C141;
}
.TagClassName
{
border-color: #A8C141;
}
</style>