Shades of Celery #A5C04C
Tints of Celery #A5C04C
RGB
CMYK
RGB Variations
Color information
#A5C04C (or 0xA5C04C) is known color: Celery. HEX triplet: A5, C0 and 4C. RGB value is (165,192,76). Sum of RGB (Red+Green+Blue) = 165+192+76=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C04C is #5A3FB3. Grayscale: #ABABAB. Windows color (decimal): -5914548 or 5030053. OLE color: 5030053.
HSL color Cylindrical-coordinate representation of color #A5C04C: hue angle of 73.97º 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 #A5C04C is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 76 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.25 |
| HSL | 73.97º | 0.48% | 0.53% | - |
| HSV(B) | 73.97º | 0.6% | 0.75% | - |
| XYZ | 35.67 | 46.22 | 13.88 | - |
| YUV | 170.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 76 | 0.14 | 0 | 0.60 | 0.25 | 73.97 | 0.48 | 0.53 |
| Hex | A5 | C0 | 4C | E | 0 | 3C | 19 | 4A | 30 | 35 |
| Octal | 245 | 300 | 114 | 16 | 0 | 74 | 31 | 112 | 60 | 65 |
| Binary | 10100101 | 11000000 | 1001100 | 1110 | 0 | 111100 | 11001 | 1001010 | 110000 | 110101 |
Color Harmonies of #A5C04C
Complementary color
Monochromatic Colors of #A5C04C
Black with #A5C04C
Text Example
Text Example
White with #A5C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C04C; }
p { color: rgb(165,192,76); }
H1.HeaderClassName
{
color: #A5C04C;
}
.AnyTagClassName
{
color: #A5C04C;
}
</style>
background-color css
<style>
a { background-color: #A5C04C; }
a { background-color: rgb(165,192,76); }
div.DivClassName
{
background-color: #A5C04C;
}
.BgClassName
{
background-color: #A5C04C;
}
</style>
border-color css
<style>
span { border-color: #A5C04C; }
span { border-color: rgb(165,192,76); }
td.TdClassName
{
border-color: #A5C04C;
}
.TagClassName
{
border-color: #A5C04C;
}
</style>