Shades of Celery #AEC140
Tints of Celery #AEC140
RGB
CMYK
RGB Variations
Color information
#AEC140 (or 0xAEC140) is known color: Celery. HEX triplet: AE, C1 and 40. RGB value is (174,193,64). Sum of RGB (Red+Green+Blue) = 174+193+64=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC140 is #513EBF. Grayscale: #ADADAD. Windows color (decimal): -5324480 or 4243886. OLE color: 4243886.
HSL color Cylindrical-coordinate representation of color #AEC140: hue angle of 68.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEC140 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 64 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.24 |
| HSL | 68.84º | 0.51% | 0.5% | - |
| HSV(B) | 68.84º | 0.67% | 0.76% | - |
| XYZ | 37.45 | 47.51 | 12.05 | - |
| YUV | 172.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 64 | 0.10 | 0 | 0.67 | 0.24 | 68.84 | 0.51 | 0.5 |
| Hex | AE | C1 | 40 | A | 0 | 43 | 18 | 45 | 33 | 32 |
| Octal | 256 | 301 | 100 | 12 | 0 | 103 | 30 | 105 | 63 | 62 |
| Binary | 10101110 | 11000001 | 1000000 | 1010 | 0 | 1000011 | 11000 | 1000101 | 110011 | 110010 |
Color Harmonies of #AEC140
Complementary color
Monochromatic Colors of #AEC140
Black with #AEC140
Text Example
Text Example
White with #AEC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC140; }
p { color: rgb(174,193,64); }
H1.HeaderClassName
{
color: #AEC140;
}
.AnyTagClassName
{
color: #AEC140;
}
</style>
background-color css
<style>
a { background-color: #AEC140; }
a { background-color: rgb(174,193,64); }
div.DivClassName
{
background-color: #AEC140;
}
.BgClassName
{
background-color: #AEC140;
}
</style>
border-color css
<style>
span { border-color: #AEC140; }
span { border-color: rgb(174,193,64); }
td.TdClassName
{
border-color: #AEC140;
}
.TagClassName
{
border-color: #AEC140;
}
</style>