Shades of Celery #AECA4A
Tints of Celery #AECA4A
RGB
CMYK
RGB Variations
Color information
#AECA4A (or 0xAECA4A) is known color: Celery. HEX triplet: AE, CA and 4A. RGB value is (174,202,74). Sum of RGB (Red+Green+Blue) = 174+202+74=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA4A is #5135B5. Grayscale: #B3B3B3. Windows color (decimal): -5322166 or 4901550. OLE color: 4901550.
HSL color Cylindrical-coordinate representation of color #AECA4A: hue angle of 73.12º 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 #AECA4A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 74 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.21 |
| HSL | 73.13º | 0.55% | 0.54% | - |
| HSV(B) | 73.13º | 0.63% | 0.79% | - |
| XYZ | 39.81 | 51.73 | 14.37 | - |
| YUV | 179.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 74 | 0.14 | 0 | 0.63 | 0.21 | 73.13 | 0.55 | 0.54 |
| Hex | AE | CA | 4A | E | 0 | 3F | 15 | 49 | 37 | 36 |
| Octal | 256 | 312 | 112 | 16 | 0 | 77 | 25 | 111 | 67 | 66 |
| Binary | 10101110 | 11001010 | 1001010 | 1110 | 0 | 111111 | 10101 | 1001001 | 110111 | 110110 |
Color Harmonies of #AECA4A
Complementary color
Monochromatic Colors of #AECA4A
Black with #AECA4A
Text Example
Text Example
White with #AECA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA4A; }
p { color: rgb(174,202,74); }
H1.HeaderClassName
{
color: #AECA4A;
}
.AnyTagClassName
{
color: #AECA4A;
}
</style>
background-color css
<style>
a { background-color: #AECA4A; }
a { background-color: rgb(174,202,74); }
div.DivClassName
{
background-color: #AECA4A;
}
.BgClassName
{
background-color: #AECA4A;
}
</style>
border-color css
<style>
span { border-color: #AECA4A; }
span { border-color: rgb(174,202,74); }
td.TdClassName
{
border-color: #AECA4A;
}
.TagClassName
{
border-color: #AECA4A;
}
</style>