Shades of Celery #A8C24E
Tints of Celery #A8C24E
RGB
CMYK
RGB Variations
Color information
#A8C24E (or 0xA8C24E) is known color: Celery. HEX triplet: A8, C2 and 4E. RGB value is (168,194,78). Sum of RGB (Red+Green+Blue) = 168+194+78=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C24E is #573DB1. Grayscale: #ADADAD. Windows color (decimal): -5717426 or 5161640. OLE color: 5161640.
HSL color Cylindrical-coordinate representation of color #A8C24E: hue angle of 73.45º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8C24E is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 78 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.24 |
| HSL | 73.45º | 0.49% | 0.53% | - |
| HSV(B) | 73.45º | 0.6% | 0.76% | - |
| XYZ | 36.82 | 47.46 | 14.43 | - |
| YUV | 173 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 78 | 0.13 | 0 | 0.60 | 0.24 | 73.45 | 0.49 | 0.53 |
| Hex | A8 | C2 | 4E | D | 0 | 3C | 18 | 49 | 31 | 35 |
| Octal | 250 | 302 | 116 | 15 | 0 | 74 | 30 | 111 | 61 | 65 |
| Binary | 10101000 | 11000010 | 1001110 | 1101 | 0 | 111100 | 11000 | 1001001 | 110001 | 110101 |
Color Harmonies of #A8C24E
Complementary color
Monochromatic Colors of #A8C24E
Black with #A8C24E
Text Example
Text Example
White with #A8C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C24E; }
p { color: rgb(168,194,78); }
H1.HeaderClassName
{
color: #A8C24E;
}
.AnyTagClassName
{
color: #A8C24E;
}
</style>
background-color css
<style>
a { background-color: #A8C24E; }
a { background-color: rgb(168,194,78); }
div.DivClassName
{
background-color: #A8C24E;
}
.BgClassName
{
background-color: #A8C24E;
}
</style>
border-color css
<style>
span { border-color: #A8C24E; }
span { border-color: rgb(168,194,78); }
td.TdClassName
{
border-color: #A8C24E;
}
.TagClassName
{
border-color: #A8C24E;
}
</style>