Shades of Celery #A9CB4A
Tints of Celery #A9CB4A
RGB
CMYK
RGB Variations
Color information
#A9CB4A (or 0xA9CB4A) is known color: Celery. HEX triplet: A9, CB and 4A. RGB value is (169,203,74). Sum of RGB (Red+Green+Blue) = 169+203+74=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CB4A is #5634B5. Grayscale: #B2B2B2. Windows color (decimal): -5649590 or 4901801. OLE color: 4901801.
HSL color Cylindrical-coordinate representation of color #A9CB4A: hue angle of 75.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9CB4A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 74 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.20 |
| HSL | 75.81º | 0.55% | 0.54% | - |
| HSV(B) | 75.81º | 0.64% | 0.8% | - |
| XYZ | 38.95 | 51.64 | 14.39 | - |
| YUV | 178.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 74 | 0.17 | 0 | 0.64 | 0.20 | 75.81 | 0.55 | 0.54 |
| Hex | A9 | CB | 4A | 11 | 0 | 40 | 14 | 4C | 37 | 36 |
| Octal | 251 | 313 | 112 | 21 | 0 | 100 | 24 | 114 | 67 | 66 |
| Binary | 10101001 | 11001011 | 1001010 | 10001 | 0 | 1000000 | 10100 | 1001100 | 110111 | 110110 |
Color Harmonies of #A9CB4A
Complementary color
Monochromatic Colors of #A9CB4A
Black with #A9CB4A
Text Example
Text Example
White with #A9CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB4A; }
p { color: rgb(169,203,74); }
H1.HeaderClassName
{
color: #A9CB4A;
}
.AnyTagClassName
{
color: #A9CB4A;
}
</style>
background-color css
<style>
a { background-color: #A9CB4A; }
a { background-color: rgb(169,203,74); }
div.DivClassName
{
background-color: #A9CB4A;
}
.BgClassName
{
background-color: #A9CB4A;
}
</style>
border-color css
<style>
span { border-color: #A9CB4A; }
span { border-color: rgb(169,203,74); }
td.TdClassName
{
border-color: #A9CB4A;
}
.TagClassName
{
border-color: #A9CB4A;
}
</style>