Shades of Celery #AEC248
Tints of Celery #AEC248
RGB
CMYK
RGB Variations
Color information
#AEC248 (or 0xAEC248) is known color: Celery. HEX triplet: AE, C2 and 48. RGB value is (174,194,72). Sum of RGB (Red+Green+Blue) = 174+194+72=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC248 is #513DB7. Grayscale: #AEAEAE. Windows color (decimal): -5324216 or 4768430. OLE color: 4768430.
HSL color Cylindrical-coordinate representation of color #AEC248: hue angle of 69.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEC248 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 72 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.24 |
| HSL | 69.84º | 0.5% | 0.52% | - |
| HSV(B) | 69.84º | 0.63% | 0.76% | - |
| XYZ | 37.92 | 48.05 | 13.41 | - |
| YUV | 174.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 72 | 0.10 | 0 | 0.63 | 0.24 | 69.84 | 0.5 | 0.52 |
| Hex | AE | C2 | 48 | A | 0 | 3F | 18 | 46 | 32 | 34 |
| Octal | 256 | 302 | 110 | 12 | 0 | 77 | 30 | 106 | 62 | 64 |
| Binary | 10101110 | 11000010 | 1001000 | 1010 | 0 | 111111 | 11000 | 1000110 | 110010 | 110100 |
Color Harmonies of #AEC248
Complementary color
Monochromatic Colors of #AEC248
Black with #AEC248
Text Example
Text Example
White with #AEC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC248; }
p { color: rgb(174,194,72); }
H1.HeaderClassName
{
color: #AEC248;
}
.AnyTagClassName
{
color: #AEC248;
}
</style>
background-color css
<style>
a { background-color: #AEC248; }
a { background-color: rgb(174,194,72); }
div.DivClassName
{
background-color: #AEC248;
}
.BgClassName
{
background-color: #AEC248;
}
</style>
border-color css
<style>
span { border-color: #AEC248; }
span { border-color: rgb(174,194,72); }
td.TdClassName
{
border-color: #AEC248;
}
.TagClassName
{
border-color: #AEC248;
}
</style>