Shades of Celery #AEC242
Tints of Celery #AEC242
RGB
CMYK
RGB Variations
Color information
#AEC242 (or 0xAEC242) is known color: Celery. HEX triplet: AE, C2 and 42. RGB value is (174,194,66). Sum of RGB (Red+Green+Blue) = 174+194+66=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC242 is #513DBD. Grayscale: #ADADAD. Windows color (decimal): -5324222 or 4375214. OLE color: 4375214.
HSL color Cylindrical-coordinate representation of color #AEC242: hue angle of 69.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEC242 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 66 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.24 |
| HSL | 69.38º | 0.51% | 0.51% | - |
| HSV(B) | 69.38º | 0.66% | 0.76% | - |
| XYZ | 37.73 | 47.98 | 12.43 | - |
| YUV | 173.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 66 | 0.10 | 0 | 0.66 | 0.24 | 69.38 | 0.51 | 0.51 |
| Hex | AE | C2 | 42 | A | 0 | 42 | 18 | 45 | 33 | 33 |
| Octal | 256 | 302 | 102 | 12 | 0 | 102 | 30 | 105 | 63 | 63 |
| Binary | 10101110 | 11000010 | 1000010 | 1010 | 0 | 1000010 | 11000 | 1000101 | 110011 | 110011 |
Color Harmonies of #AEC242
Complementary color
Monochromatic Colors of #AEC242
Black with #AEC242
Text Example
Text Example
White with #AEC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC242; }
p { color: rgb(174,194,66); }
H1.HeaderClassName
{
color: #AEC242;
}
.AnyTagClassName
{
color: #AEC242;
}
</style>
background-color css
<style>
a { background-color: #AEC242; }
a { background-color: rgb(174,194,66); }
div.DivClassName
{
background-color: #AEC242;
}
.BgClassName
{
background-color: #AEC242;
}
</style>
border-color css
<style>
span { border-color: #AEC242; }
span { border-color: rgb(174,194,66); }
td.TdClassName
{
border-color: #AEC242;
}
.TagClassName
{
border-color: #AEC242;
}
</style>