Shades of Celery #A6C14E
Tints of Celery #A6C14E
RGB
CMYK
RGB Variations
Color information
#A6C14E (or 0xA6C14E) is known color: Celery. HEX triplet: A6, C1 and 4E. RGB value is (166,193,78). Sum of RGB (Red+Green+Blue) = 166+193+78=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C14E is #593EB1. Grayscale: #ACACAC. Windows color (decimal): -5848754 or 5161382. OLE color: 5161382.
HSL color Cylindrical-coordinate representation of color #A6C14E: hue angle of 74.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6C14E is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 78 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.24 |
| HSL | 74.09º | 0.48% | 0.53% | - |
| HSV(B) | 74.09º | 0.6% | 0.76% | - |
| XYZ | 36.17 | 46.8 | 14.33 | - |
| YUV | 171.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 78 | 0.14 | 0 | 0.60 | 0.24 | 74.09 | 0.48 | 0.53 |
| Hex | A6 | C1 | 4E | E | 0 | 3C | 18 | 4A | 30 | 35 |
| Octal | 246 | 301 | 116 | 16 | 0 | 74 | 30 | 112 | 60 | 65 |
| Binary | 10100110 | 11000001 | 1001110 | 1110 | 0 | 111100 | 11000 | 1001010 | 110000 | 110101 |
Color Harmonies of #A6C14E
Complementary color
Monochromatic Colors of #A6C14E
Black with #A6C14E
Text Example
Text Example
White with #A6C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C14E; }
p { color: rgb(166,193,78); }
H1.HeaderClassName
{
color: #A6C14E;
}
.AnyTagClassName
{
color: #A6C14E;
}
</style>
background-color css
<style>
a { background-color: #A6C14E; }
a { background-color: rgb(166,193,78); }
div.DivClassName
{
background-color: #A6C14E;
}
.BgClassName
{
background-color: #A6C14E;
}
</style>
border-color css
<style>
span { border-color: #A6C14E; }
span { border-color: rgb(166,193,78); }
td.TdClassName
{
border-color: #A6C14E;
}
.TagClassName
{
border-color: #A6C14E;
}
</style>