Shades of Celery #A4C15A
Tints of Celery #A4C15A
RGB
CMYK
RGB Variations
Color information
#A4C15A (or 0xA4C15A) is known color: Celery. HEX triplet: A4, C1 and 5A. RGB value is (164,193,90). Sum of RGB (Red+Green+Blue) = 164+193+90=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C15A is #5B3EA5. Grayscale: #ACACAC. Windows color (decimal): -5979814 or 5947812. OLE color: 5947812.
HSL color Cylindrical-coordinate representation of color #A4C15A: hue angle of 76.89º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4C15A is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 90 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.24 |
| HSL | 76.89º | 0.45% | 0.55% | - |
| HSV(B) | 76.89º | 0.53% | 0.76% | - |
| XYZ | 36.23 | 46.77 | 16.79 | - |
| YUV | 172.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 90 | 0.15 | 0 | 0.53 | 0.24 | 76.89 | 0.45 | 0.55 |
| Hex | A4 | C1 | 5A | F | 0 | 35 | 18 | 4D | 2D | 37 |
| Octal | 244 | 301 | 132 | 17 | 0 | 65 | 30 | 115 | 55 | 67 |
| Binary | 10100100 | 11000001 | 1011010 | 1111 | 0 | 110101 | 11000 | 1001101 | 101101 | 110111 |
Color Harmonies of #A4C15A
Complementary color
Monochromatic Colors of #A4C15A
Black with #A4C15A
Text Example
Text Example
White with #A4C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C15A; }
p { color: rgb(164,193,90); }
H1.HeaderClassName
{
color: #A4C15A;
}
.AnyTagClassName
{
color: #A4C15A;
}
</style>
background-color css
<style>
a { background-color: #A4C15A; }
a { background-color: rgb(164,193,90); }
div.DivClassName
{
background-color: #A4C15A;
}
.BgClassName
{
background-color: #A4C15A;
}
</style>
border-color css
<style>
span { border-color: #A4C15A; }
span { border-color: rgb(164,193,90); }
td.TdClassName
{
border-color: #A4C15A;
}
.TagClassName
{
border-color: #A4C15A;
}
</style>