Shades of Celery #A8C24A
Tints of Celery #A8C24A
RGB
CMYK
RGB Variations
Color information
#A8C24A (or 0xA8C24A) is known color: Celery. HEX triplet: A8, C2 and 4A. RGB value is (168,194,74). Sum of RGB (Red+Green+Blue) = 168+194+74=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C24A is #573DB5. Grayscale: #ADADAD. Windows color (decimal): -5717430 or 4899496. OLE color: 4899496.
HSL color Cylindrical-coordinate representation of color #A8C24A: hue angle of 73º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8C24A is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 74 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.24 |
| HSL | 73º | 0.5% | 0.53% | - |
| HSV(B) | 73º | 0.62% | 0.76% | - |
| XYZ | 36.68 | 47.4 | 13.7 | - |
| YUV | 172.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 74 | 0.13 | 0 | 0.62 | 0.24 | 73 | 0.5 | 0.53 |
| Hex | A8 | C2 | 4A | D | 0 | 3E | 18 | 49 | 32 | 35 |
| Octal | 250 | 302 | 112 | 15 | 0 | 76 | 30 | 111 | 62 | 65 |
| Binary | 10101000 | 11000010 | 1001010 | 1101 | 0 | 111110 | 11000 | 1001001 | 110010 | 110101 |
Color Harmonies of #A8C24A
Complementary color
Monochromatic Colors of #A8C24A
Black with #A8C24A
Text Example
Text Example
White with #A8C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C24A; }
p { color: rgb(168,194,74); }
H1.HeaderClassName
{
color: #A8C24A;
}
.AnyTagClassName
{
color: #A8C24A;
}
</style>
background-color css
<style>
a { background-color: #A8C24A; }
a { background-color: rgb(168,194,74); }
div.DivClassName
{
background-color: #A8C24A;
}
.BgClassName
{
background-color: #A8C24A;
}
</style>
border-color css
<style>
span { border-color: #A8C24A; }
span { border-color: rgb(168,194,74); }
td.TdClassName
{
border-color: #A8C24A;
}
.TagClassName
{
border-color: #A8C24A;
}
</style>