Shades of Celery #AEC350
Tints of Celery #AEC350
RGB
CMYK
RGB Variations
Color information
#AEC350 (or 0xAEC350) is known color: Celery. HEX triplet: AE, C3 and 50. RGB value is (174,195,80). Sum of RGB (Red+Green+Blue) = 174+195+80=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC350 is #513CAF. Grayscale: #B0B0B0. Windows color (decimal): -5323952 or 5292974. OLE color: 5292974.
HSL color Cylindrical-coordinate representation of color #AEC350: hue angle of 70.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEC350 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 80 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.24 |
| HSL | 70.96º | 0.49% | 0.54% | - |
| HSV(B) | 70.96º | 0.59% | 0.76% | - |
| XYZ | 38.42 | 48.61 | 14.95 | - |
| YUV | 175.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 80 | 0.11 | 0 | 0.59 | 0.24 | 70.96 | 0.49 | 0.54 |
| Hex | AE | C3 | 50 | B | 0 | 3B | 18 | 47 | 31 | 36 |
| Octal | 256 | 303 | 120 | 13 | 0 | 73 | 30 | 107 | 61 | 66 |
| Binary | 10101110 | 11000011 | 1010000 | 1011 | 0 | 111011 | 11000 | 1000111 | 110001 | 110110 |
Color Harmonies of #AEC350
Complementary color
Monochromatic Colors of #AEC350
Black with #AEC350
Text Example
Text Example
White with #AEC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC350; }
p { color: rgb(174,195,80); }
H1.HeaderClassName
{
color: #AEC350;
}
.AnyTagClassName
{
color: #AEC350;
}
</style>
background-color css
<style>
a { background-color: #AEC350; }
a { background-color: rgb(174,195,80); }
div.DivClassName
{
background-color: #AEC350;
}
.BgClassName
{
background-color: #AEC350;
}
</style>
border-color css
<style>
span { border-color: #AEC350; }
span { border-color: rgb(174,195,80); }
td.TdClassName
{
border-color: #AEC350;
}
.TagClassName
{
border-color: #AEC350;
}
</style>