Shades of Celery #A5C04E
Tints of Celery #A5C04E
RGB
CMYK
RGB Variations
Color information
#A5C04E (or 0xA5C04E) is known color: Celery. HEX triplet: A5, C0 and 4E. RGB value is (165,192,78). Sum of RGB (Red+Green+Blue) = 165+192+78=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C04E is #5A3FB1. Grayscale: #ABABAB. Windows color (decimal): -5914546 or 5161125. OLE color: 5161125.
HSL color Cylindrical-coordinate representation of color #A5C04E: hue angle of 74.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5C04E is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 78 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.25 |
| HSL | 74.21º | 0.48% | 0.53% | - |
| HSV(B) | 74.21º | 0.59% | 0.75% | - |
| XYZ | 35.74 | 46.25 | 14.25 | - |
| YUV | 170.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 78 | 0.14 | 0 | 0.59 | 0.25 | 74.21 | 0.48 | 0.53 |
| Hex | A5 | C0 | 4E | E | 0 | 3B | 19 | 4A | 30 | 35 |
| Octal | 245 | 300 | 116 | 16 | 0 | 73 | 31 | 112 | 60 | 65 |
| Binary | 10100101 | 11000000 | 1001110 | 1110 | 0 | 111011 | 11001 | 1001010 | 110000 | 110101 |
Color Harmonies of #A5C04E
Complementary color
Monochromatic Colors of #A5C04E
Black with #A5C04E
Text Example
Text Example
White with #A5C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C04E; }
p { color: rgb(165,192,78); }
H1.HeaderClassName
{
color: #A5C04E;
}
.AnyTagClassName
{
color: #A5C04E;
}
</style>
background-color css
<style>
a { background-color: #A5C04E; }
a { background-color: rgb(165,192,78); }
div.DivClassName
{
background-color: #A5C04E;
}
.BgClassName
{
background-color: #A5C04E;
}
</style>
border-color css
<style>
span { border-color: #A5C04E; }
span { border-color: rgb(165,192,78); }
td.TdClassName
{
border-color: #A5C04E;
}
.TagClassName
{
border-color: #A5C04E;
}
</style>