Shades of Celery #AEC74A
Tints of Celery #AEC74A
RGB
CMYK
RGB Variations
Color information
#AEC74A (or 0xAEC74A) is known color: Celery. HEX triplet: AE, C7 and 4A. RGB value is (174,199,74). Sum of RGB (Red+Green+Blue) = 174+199+74=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC74A is #5138B5. Grayscale: #B1B1B1. Windows color (decimal): -5322934 or 4900782. OLE color: 4900782.
HSL color Cylindrical-coordinate representation of color #AEC74A: hue angle of 72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEC74A is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 199 | 74 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.22 |
| HSL | 72º | 0.53% | 0.54% | - |
| HSV(B) | 72º | 0.63% | 0.78% | - |
| XYZ | 39.12 | 50.34 | 14.13 | - |
| YUV | 177.28 | 69.72 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 199 | 74 | 0.13 | 0 | 0.63 | 0.22 | 72 | 0.53 | 0.54 |
| Hex | AE | C7 | 4A | D | 0 | 3F | 16 | 48 | 35 | 36 |
| Octal | 256 | 307 | 112 | 15 | 0 | 77 | 26 | 110 | 65 | 66 |
| Binary | 10101110 | 11000111 | 1001010 | 1101 | 0 | 111111 | 10110 | 1001000 | 110101 | 110110 |
Color Harmonies of #AEC74A
Complementary color
Monochromatic Colors of #AEC74A
Black with #AEC74A
Text Example
Text Example
White with #AEC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC74A; }
p { color: rgb(174,199,74); }
H1.HeaderClassName
{
color: #AEC74A;
}
.AnyTagClassName
{
color: #AEC74A;
}
</style>
background-color css
<style>
a { background-color: #AEC74A; }
a { background-color: rgb(174,199,74); }
div.DivClassName
{
background-color: #AEC74A;
}
.BgClassName
{
background-color: #AEC74A;
}
</style>
border-color css
<style>
span { border-color: #AEC74A; }
span { border-color: rgb(174,199,74); }
td.TdClassName
{
border-color: #AEC74A;
}
.TagClassName
{
border-color: #AEC74A;
}
</style>