Shades of Celery #A8C04D
Tints of Celery #A8C04D
RGB
CMYK
RGB Variations
Color information
#A8C04D (or 0xA8C04D) is known color: Celery. HEX triplet: A8, C0 and 4D. RGB value is (168,192,77). Sum of RGB (Red+Green+Blue) = 168+192+77=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C04D is #573FB2. Grayscale: #ACACAC. Windows color (decimal): -5717939 or 5095592. OLE color: 5095592.
HSL color Cylindrical-coordinate representation of color #A8C04D: hue angle of 72.52º 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 #A8C04D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 77 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.25 |
| HSL | 72.52º | 0.48% | 0.53% | - |
| HSV(B) | 72.52º | 0.6% | 0.75% | - |
| XYZ | 36.34 | 46.56 | 14.09 | - |
| YUV | 171.71 | 74.55 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 77 | 0.12 | 0 | 0.60 | 0.25 | 72.52 | 0.48 | 0.53 |
| Hex | A8 | C0 | 4D | C | 0 | 3C | 19 | 49 | 30 | 35 |
| Octal | 250 | 300 | 115 | 14 | 0 | 74 | 31 | 111 | 60 | 65 |
| Binary | 10101000 | 11000000 | 1001101 | 1100 | 0 | 111100 | 11001 | 1001001 | 110000 | 110101 |
Color Harmonies of #A8C04D
Complementary color
Monochromatic Colors of #A8C04D
Black with #A8C04D
Text Example
Text Example
White with #A8C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C04D; }
p { color: rgb(168,192,77); }
H1.HeaderClassName
{
color: #A8C04D;
}
.AnyTagClassName
{
color: #A8C04D;
}
</style>
background-color css
<style>
a { background-color: #A8C04D; }
a { background-color: rgb(168,192,77); }
div.DivClassName
{
background-color: #A8C04D;
}
.BgClassName
{
background-color: #A8C04D;
}
</style>
border-color css
<style>
span { border-color: #A8C04D; }
span { border-color: rgb(168,192,77); }
td.TdClassName
{
border-color: #A8C04D;
}
.TagClassName
{
border-color: #A8C04D;
}
</style>