Shades of Celery #A8C34E
Tints of Celery #A8C34E
RGB
CMYK
RGB Variations
Color information
#A8C34E (or 0xA8C34E) is known color: Celery. HEX triplet: A8, C3 and 4E. RGB value is (168,195,78). Sum of RGB (Red+Green+Blue) = 168+195+78=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C34E is #573CB1. Grayscale: #AEAEAE. Windows color (decimal): -5717170 or 5161896. OLE color: 5161896.
HSL color Cylindrical-coordinate representation of color #A8C34E: hue angle of 73.85º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8C34E is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 78 | - |
| CMYK | 0.14 | 0 | 0.6 | 0.24 |
| HSL | 73.85º | 0.49% | 0.54% | - |
| HSV(B) | 73.85º | 0.6% | 0.76% | - |
| XYZ | 37.04 | 47.91 | 14.5 | - |
| YUV | 173.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 78 | 0.14 | 0 | 0.6 | 0.24 | 73.85 | 0.49 | 0.54 |
| Hex | A8 | C3 | 4E | E | 0 | 3C | 18 | 4A | 31 | 36 |
| Octal | 250 | 303 | 116 | 16 | 0 | 74 | 30 | 112 | 61 | 66 |
| Binary | 10101000 | 11000011 | 1001110 | 1110 | 0 | 111100 | 11000 | 1001010 | 110001 | 110110 |
Color Harmonies of #A8C34E
Complementary color
Monochromatic Colors of #A8C34E
Black with #A8C34E
Text Example
Text Example
White with #A8C34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C34E; }
p { color: rgb(168,195,78); }
H1.HeaderClassName
{
color: #A8C34E;
}
.AnyTagClassName
{
color: #A8C34E;
}
</style>
background-color css
<style>
a { background-color: #A8C34E; }
a { background-color: rgb(168,195,78); }
div.DivClassName
{
background-color: #A8C34E;
}
.BgClassName
{
background-color: #A8C34E;
}
</style>
border-color css
<style>
span { border-color: #A8C34E; }
span { border-color: rgb(168,195,78); }
td.TdClassName
{
border-color: #A8C34E;
}
.TagClassName
{
border-color: #A8C34E;
}
</style>