Shades of Celery #AEC045
Tints of Celery #AEC045
RGB
CMYK
RGB Variations
Color information
#AEC045 (or 0xAEC045) is known color: Celery. HEX triplet: AE, C0 and 45. RGB value is (174,192,69). Sum of RGB (Red+Green+Blue) = 174+192+69=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC045 is #513FBA. Grayscale: #ADADAD. Windows color (decimal): -5324731 or 4571310. OLE color: 4571310.
HSL color Cylindrical-coordinate representation of color #AEC045: hue angle of 68.78º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEC045 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 69 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.25 |
| HSL | 68.78º | 0.49% | 0.51% | - |
| HSV(B) | 68.78º | 0.64% | 0.75% | - |
| XYZ | 37.38 | 47.13 | 12.76 | - |
| YUV | 172.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 69 | 0.09 | 0 | 0.64 | 0.25 | 68.78 | 0.49 | 0.51 |
| Hex | AE | C0 | 45 | 9 | 0 | 40 | 19 | 45 | 31 | 33 |
| Octal | 256 | 300 | 105 | 11 | 0 | 100 | 31 | 105 | 61 | 63 |
| Binary | 10101110 | 11000000 | 1000101 | 1001 | 0 | 1000000 | 11001 | 1000101 | 110001 | 110011 |
Color Harmonies of #AEC045
Complementary color
Monochromatic Colors of #AEC045
Black with #AEC045
Text Example
Text Example
White with #AEC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC045; }
p { color: rgb(174,192,69); }
H1.HeaderClassName
{
color: #AEC045;
}
.AnyTagClassName
{
color: #AEC045;
}
</style>
background-color css
<style>
a { background-color: #AEC045; }
a { background-color: rgb(174,192,69); }
div.DivClassName
{
background-color: #AEC045;
}
.BgClassName
{
background-color: #AEC045;
}
</style>
border-color css
<style>
span { border-color: #AEC045; }
span { border-color: rgb(174,192,69); }
td.TdClassName
{
border-color: #AEC045;
}
.TagClassName
{
border-color: #AEC045;
}
</style>