Shades of Celery #A5C54A
Tints of Celery #A5C54A
RGB
CMYK
RGB Variations
Color information
#A5C54A (or 0xA5C54A) is known color: Celery. HEX triplet: A5, C5 and 4A. RGB value is (165,197,74). Sum of RGB (Red+Green+Blue) = 165+197+74=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C54A is #5A3AB5. Grayscale: #ADADAD. Windows color (decimal): -5913270 or 4900261. OLE color: 4900261.
HSL color Cylindrical-coordinate representation of color #A5C54A: hue angle of 75.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5C54A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 74 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.23 |
| HSL | 75.61º | 0.51% | 0.53% | - |
| HSV(B) | 75.61º | 0.62% | 0.77% | - |
| XYZ | 36.72 | 48.43 | 13.89 | - |
| YUV | 173.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 74 | 0.16 | 0 | 0.62 | 0.23 | 75.61 | 0.51 | 0.53 |
| Hex | A5 | C5 | 4A | 10 | 0 | 3E | 17 | 4C | 33 | 35 |
| Octal | 245 | 305 | 112 | 20 | 0 | 76 | 27 | 114 | 63 | 65 |
| Binary | 10100101 | 11000101 | 1001010 | 10000 | 0 | 111110 | 10111 | 1001100 | 110011 | 110101 |
Color Harmonies of #A5C54A
Complementary color
Monochromatic Colors of #A5C54A
Black with #A5C54A
Text Example
Text Example
White with #A5C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C54A; }
p { color: rgb(165,197,74); }
H1.HeaderClassName
{
color: #A5C54A;
}
.AnyTagClassName
{
color: #A5C54A;
}
</style>
background-color css
<style>
a { background-color: #A5C54A; }
a { background-color: rgb(165,197,74); }
div.DivClassName
{
background-color: #A5C54A;
}
.BgClassName
{
background-color: #A5C54A;
}
</style>
border-color css
<style>
span { border-color: #A5C54A; }
span { border-color: rgb(165,197,74); }
td.TdClassName
{
border-color: #A5C54A;
}
.TagClassName
{
border-color: #A5C54A;
}
</style>