Shades of Celery #A8C046
Tints of Celery #A8C046
RGB
CMYK
RGB Variations
Color information
#A8C046 (or 0xA8C046) is known color: Celery. HEX triplet: A8, C0 and 46. RGB value is (168,192,70). Sum of RGB (Red+Green+Blue) = 168+192+70=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C046 is #573FB9. Grayscale: #ABABAB. Windows color (decimal): -5717946 or 4636840. OLE color: 4636840.
HSL color Cylindrical-coordinate representation of color #A8C046: hue angle of 71.8º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8C046 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 70 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.25 |
| HSL | 71.8º | 0.49% | 0.51% | - |
| HSV(B) | 71.8º | 0.64% | 0.75% | - |
| XYZ | 36.1 | 46.47 | 12.86 | - |
| YUV | 170.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 70 | 0.12 | 0 | 0.64 | 0.25 | 71.8 | 0.49 | 0.51 |
| Hex | A8 | C0 | 46 | C | 0 | 40 | 19 | 48 | 31 | 33 |
| Octal | 250 | 300 | 106 | 14 | 0 | 100 | 31 | 110 | 61 | 63 |
| Binary | 10101000 | 11000000 | 1000110 | 1100 | 0 | 1000000 | 11001 | 1001000 | 110001 | 110011 |
Color Harmonies of #A8C046
Complementary color
Monochromatic Colors of #A8C046
Black with #A8C046
Text Example
Text Example
White with #A8C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C046; }
p { color: rgb(168,192,70); }
H1.HeaderClassName
{
color: #A8C046;
}
.AnyTagClassName
{
color: #A8C046;
}
</style>
background-color css
<style>
a { background-color: #A8C046; }
a { background-color: rgb(168,192,70); }
div.DivClassName
{
background-color: #A8C046;
}
.BgClassName
{
background-color: #A8C046;
}
</style>
border-color css
<style>
span { border-color: #A8C046; }
span { border-color: rgb(168,192,70); }
td.TdClassName
{
border-color: #A8C046;
}
.TagClassName
{
border-color: #A8C046;
}
</style>