Shades of Celery #A1C14F
Tints of Celery #A1C14F
RGB
CMYK
RGB Variations
Color information
#A1C14F (or 0xA1C14F) is known color: Celery. HEX triplet: A1, C1 and 4F. RGB value is (161,193,79). Sum of RGB (Red+Green+Blue) = 161+193+79=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C14F is #5E3EB0. Grayscale: #AAAAAA. Windows color (decimal): -6176433 or 5226913. OLE color: 5226913.
HSL color Cylindrical-coordinate representation of color #A1C14F: hue angle of 76.84º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1C14F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 79 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.24 |
| HSL | 76.84º | 0.48% | 0.53% | - |
| HSV(B) | 76.84º | 0.59% | 0.76% | - |
| XYZ | 35.18 | 46.28 | 14.48 | - |
| YUV | 170.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 79 | 0.17 | 0 | 0.59 | 0.24 | 76.84 | 0.48 | 0.53 |
| Hex | A1 | C1 | 4F | 11 | 0 | 3B | 18 | 4D | 30 | 35 |
| Octal | 241 | 301 | 117 | 21 | 0 | 73 | 30 | 115 | 60 | 65 |
| Binary | 10100001 | 11000001 | 1001111 | 10001 | 0 | 111011 | 11000 | 1001101 | 110000 | 110101 |
Color Harmonies of #A1C14F
Complementary color
Monochromatic Colors of #A1C14F
Black with #A1C14F
Text Example
Text Example
White with #A1C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C14F; }
p { color: rgb(161,193,79); }
H1.HeaderClassName
{
color: #A1C14F;
}
.AnyTagClassName
{
color: #A1C14F;
}
</style>
background-color css
<style>
a { background-color: #A1C14F; }
a { background-color: rgb(161,193,79); }
div.DivClassName
{
background-color: #A1C14F;
}
.BgClassName
{
background-color: #A1C14F;
}
</style>
border-color css
<style>
span { border-color: #A1C14F; }
span { border-color: rgb(161,193,79); }
td.TdClassName
{
border-color: #A1C14F;
}
.TagClassName
{
border-color: #A1C14F;
}
</style>