Shades of Celery #A4C24D
Tints of Celery #A4C24D
RGB
CMYK
RGB Variations
Color information
#A4C24D (or 0xA4C24D) is known color: Celery. HEX triplet: A4, C2 and 4D. RGB value is (164,194,77). Sum of RGB (Red+Green+Blue) = 164+194+77=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C24D is #5B3DB2. Grayscale: #ACACAC. Windows color (decimal): -5979571 or 5096100. OLE color: 5096100.
HSL color Cylindrical-coordinate representation of color #A4C24D: hue angle of 75.38º 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 #A4C24D is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 77 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.24 |
| HSL | 75.38º | 0.49% | 0.53% | - |
| HSV(B) | 75.38º | 0.6% | 0.76% | - |
| XYZ | 35.94 | 47.01 | 14.2 | - |
| YUV | 171.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 77 | 0.15 | 0 | 0.60 | 0.24 | 75.38 | 0.49 | 0.53 |
| Hex | A4 | C2 | 4D | F | 0 | 3C | 18 | 4B | 31 | 35 |
| Octal | 244 | 302 | 115 | 17 | 0 | 74 | 30 | 113 | 61 | 65 |
| Binary | 10100100 | 11000010 | 1001101 | 1111 | 0 | 111100 | 11000 | 1001011 | 110001 | 110101 |
Color Harmonies of #A4C24D
Complementary color
Monochromatic Colors of #A4C24D
Black with #A4C24D
Text Example
Text Example
White with #A4C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C24D; }
p { color: rgb(164,194,77); }
H1.HeaderClassName
{
color: #A4C24D;
}
.AnyTagClassName
{
color: #A4C24D;
}
</style>
background-color css
<style>
a { background-color: #A4C24D; }
a { background-color: rgb(164,194,77); }
div.DivClassName
{
background-color: #A4C24D;
}
.BgClassName
{
background-color: #A4C24D;
}
</style>
border-color css
<style>
span { border-color: #A4C24D; }
span { border-color: rgb(164,194,77); }
td.TdClassName
{
border-color: #A4C24D;
}
.TagClassName
{
border-color: #A4C24D;
}
</style>