Shades of Celery #A5C04D
Tints of Celery #A5C04D
RGB
CMYK
RGB Variations
Color information
#A5C04D (or 0xA5C04D) is known color: Celery. HEX triplet: A5, C0 and 4D. RGB value is (165,192,77). Sum of RGB (Red+Green+Blue) = 165+192+77=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C04D is #5A3FB2. Grayscale: #ABABAB. Windows color (decimal): -5914547 or 5095589. OLE color: 5095589.
HSL color Cylindrical-coordinate representation of color #A5C04D: hue angle of 74.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5C04D is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 77 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.25 |
| HSL | 74.09º | 0.48% | 0.53% | - |
| HSV(B) | 74.09º | 0.6% | 0.75% | - |
| XYZ | 35.71 | 46.23 | 14.06 | - |
| YUV | 170.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 77 | 0.14 | 0 | 0.60 | 0.25 | 74.09 | 0.48 | 0.53 |
| Hex | A5 | C0 | 4D | E | 0 | 3C | 19 | 4A | 30 | 35 |
| Octal | 245 | 300 | 115 | 16 | 0 | 74 | 31 | 112 | 60 | 65 |
| Binary | 10100101 | 11000000 | 1001101 | 1110 | 0 | 111100 | 11001 | 1001010 | 110000 | 110101 |
Color Harmonies of #A5C04D
Complementary color
Monochromatic Colors of #A5C04D
Black with #A5C04D
Text Example
Text Example
White with #A5C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C04D; }
p { color: rgb(165,192,77); }
H1.HeaderClassName
{
color: #A5C04D;
}
.AnyTagClassName
{
color: #A5C04D;
}
</style>
background-color css
<style>
a { background-color: #A5C04D; }
a { background-color: rgb(165,192,77); }
div.DivClassName
{
background-color: #A5C04D;
}
.BgClassName
{
background-color: #A5C04D;
}
</style>
border-color css
<style>
span { border-color: #A5C04D; }
span { border-color: rgb(165,192,77); }
td.TdClassName
{
border-color: #A5C04D;
}
.TagClassName
{
border-color: #A5C04D;
}
</style>