Shades of Celery #A8CA4A
Tints of Celery #A8CA4A
RGB
CMYK
RGB Variations
Color information
#A8CA4A (or 0xA8CA4A) is known color: Celery. HEX triplet: A8, CA and 4A. RGB value is (168,202,74). Sum of RGB (Red+Green+Blue) = 168+202+74=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA4A is #5735B5. Grayscale: #B1B1B1. Windows color (decimal): -5715382 or 4901544. OLE color: 4901544.
HSL color Cylindrical-coordinate representation of color #A8CA4A: hue angle of 75.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8CA4A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 74 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.21 |
| HSL | 75.94º | 0.55% | 0.54% | - |
| HSV(B) | 75.94º | 0.63% | 0.79% | - |
| XYZ | 38.51 | 51.06 | 14.3 | - |
| YUV | 177.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 74 | 0.17 | 0 | 0.63 | 0.21 | 75.94 | 0.55 | 0.54 |
| Hex | A8 | CA | 4A | 11 | 0 | 3F | 15 | 4C | 37 | 36 |
| Octal | 250 | 312 | 112 | 21 | 0 | 77 | 25 | 114 | 67 | 66 |
| Binary | 10101000 | 11001010 | 1001010 | 10001 | 0 | 111111 | 10101 | 1001100 | 110111 | 110110 |
Color Harmonies of #A8CA4A
Complementary color
Monochromatic Colors of #A8CA4A
Black with #A8CA4A
Text Example
Text Example
White with #A8CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA4A; }
p { color: rgb(168,202,74); }
H1.HeaderClassName
{
color: #A8CA4A;
}
.AnyTagClassName
{
color: #A8CA4A;
}
</style>
background-color css
<style>
a { background-color: #A8CA4A; }
a { background-color: rgb(168,202,74); }
div.DivClassName
{
background-color: #A8CA4A;
}
.BgClassName
{
background-color: #A8CA4A;
}
</style>
border-color css
<style>
span { border-color: #A8CA4A; }
span { border-color: rgb(168,202,74); }
td.TdClassName
{
border-color: #A8CA4A;
}
.TagClassName
{
border-color: #A8CA4A;
}
</style>