Shades of Celery #AEC450
Tints of Celery #AEC450
RGB
CMYK
RGB Variations
Color information
#AEC450 (or 0xAEC450) is known color: Celery. HEX triplet: AE, C4 and 50. RGB value is (174,196,80). Sum of RGB (Red+Green+Blue) = 174+196+80=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC450 is #513BAF. Grayscale: #B0B0B0. Windows color (decimal): -5323696 or 5293230. OLE color: 5293230.
HSL color Cylindrical-coordinate representation of color #AEC450: hue angle of 71.38º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEC450 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 80 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.23 |
| HSL | 71.38º | 0.5% | 0.54% | - |
| HSV(B) | 71.38º | 0.59% | 0.77% | - |
| XYZ | 38.64 | 49.06 | 15.02 | - |
| YUV | 176.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 80 | 0.11 | 0 | 0.59 | 0.23 | 71.38 | 0.5 | 0.54 |
| Hex | AE | C4 | 50 | B | 0 | 3B | 17 | 47 | 32 | 36 |
| Octal | 256 | 304 | 120 | 13 | 0 | 73 | 27 | 107 | 62 | 66 |
| Binary | 10101110 | 11000100 | 1010000 | 1011 | 0 | 111011 | 10111 | 1000111 | 110010 | 110110 |
Color Harmonies of #AEC450
Complementary color
Monochromatic Colors of #AEC450
Black with #AEC450
Text Example
Text Example
White with #AEC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC450; }
p { color: rgb(174,196,80); }
H1.HeaderClassName
{
color: #AEC450;
}
.AnyTagClassName
{
color: #AEC450;
}
</style>
background-color css
<style>
a { background-color: #AEC450; }
a { background-color: rgb(174,196,80); }
div.DivClassName
{
background-color: #AEC450;
}
.BgClassName
{
background-color: #AEC450;
}
</style>
border-color css
<style>
span { border-color: #AEC450; }
span { border-color: rgb(174,196,80); }
td.TdClassName
{
border-color: #AEC450;
}
.TagClassName
{
border-color: #AEC450;
}
</style>