Shades of Celery #A8C14C
Tints of Celery #A8C14C
RGB
CMYK
RGB Variations
Color information
#A8C14C (or 0xA8C14C) is known color: Celery. HEX triplet: A8, C1 and 4C. RGB value is (168,193,76). Sum of RGB (Red+Green+Blue) = 168+193+76=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C14C is #573EB3. Grayscale: #ACACAC. Windows color (decimal): -5717684 or 5030312. OLE color: 5030312.
HSL color Cylindrical-coordinate representation of color #A8C14C: hue angle of 72.82º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8C14C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 76 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.24 |
| HSL | 72.82º | 0.49% | 0.53% | - |
| HSV(B) | 72.82º | 0.61% | 0.76% | - |
| XYZ | 36.52 | 46.99 | 13.98 | - |
| YUV | 172.19 | 73.72 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 76 | 0.13 | 0 | 0.61 | 0.24 | 72.82 | 0.49 | 0.53 |
| Hex | A8 | C1 | 4C | D | 0 | 3D | 18 | 49 | 31 | 35 |
| Octal | 250 | 301 | 114 | 15 | 0 | 75 | 30 | 111 | 61 | 65 |
| Binary | 10101000 | 11000001 | 1001100 | 1101 | 0 | 111101 | 11000 | 1001001 | 110001 | 110101 |
Color Harmonies of #A8C14C
Complementary color
Monochromatic Colors of #A8C14C
Black with #A8C14C
Text Example
Text Example
White with #A8C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C14C; }
p { color: rgb(168,193,76); }
H1.HeaderClassName
{
color: #A8C14C;
}
.AnyTagClassName
{
color: #A8C14C;
}
</style>
background-color css
<style>
a { background-color: #A8C14C; }
a { background-color: rgb(168,193,76); }
div.DivClassName
{
background-color: #A8C14C;
}
.BgClassName
{
background-color: #A8C14C;
}
</style>
border-color css
<style>
span { border-color: #A8C14C; }
span { border-color: rgb(168,193,76); }
td.TdClassName
{
border-color: #A8C14C;
}
.TagClassName
{
border-color: #A8C14C;
}
</style>