Shades of Celery #A6C14D
Tints of Celery #A6C14D
RGB
CMYK
RGB Variations
Color information
#A6C14D (or 0xA6C14D) is known color: Celery. HEX triplet: A6, C1 and 4D. RGB value is (166,193,77). Sum of RGB (Red+Green+Blue) = 166+193+77=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C14D is #593EB2. Grayscale: #ACACAC. Windows color (decimal): -5848755 or 5095846. OLE color: 5095846.
HSL color Cylindrical-coordinate representation of color #A6C14D: hue angle of 73.97º 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 #A6C14D is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 77 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.24 |
| HSL | 73.97º | 0.48% | 0.53% | - |
| HSV(B) | 73.97º | 0.6% | 0.76% | - |
| XYZ | 36.14 | 46.78 | 14.15 | - |
| YUV | 171.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 77 | 0.14 | 0 | 0.60 | 0.24 | 73.97 | 0.48 | 0.53 |
| Hex | A6 | C1 | 4D | E | 0 | 3C | 18 | 4A | 30 | 35 |
| Octal | 246 | 301 | 115 | 16 | 0 | 74 | 30 | 112 | 60 | 65 |
| Binary | 10100110 | 11000001 | 1001101 | 1110 | 0 | 111100 | 11000 | 1001010 | 110000 | 110101 |
Color Harmonies of #A6C14D
Complementary color
Monochromatic Colors of #A6C14D
Black with #A6C14D
Text Example
Text Example
White with #A6C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C14D; }
p { color: rgb(166,193,77); }
H1.HeaderClassName
{
color: #A6C14D;
}
.AnyTagClassName
{
color: #A6C14D;
}
</style>
background-color css
<style>
a { background-color: #A6C14D; }
a { background-color: rgb(166,193,77); }
div.DivClassName
{
background-color: #A6C14D;
}
.BgClassName
{
background-color: #A6C14D;
}
</style>
border-color css
<style>
span { border-color: #A6C14D; }
span { border-color: rgb(166,193,77); }
td.TdClassName
{
border-color: #A6C14D;
}
.TagClassName
{
border-color: #A6C14D;
}
</style>