Shades of Celery #AEC256
Tints of Celery #AEC256
RGB
CMYK
RGB Variations
Color information
#AEC256 (or 0xAEC256) is known color: Celery. HEX triplet: AE, C2 and 56. RGB value is (174,194,86). Sum of RGB (Red+Green+Blue) = 174+194+86=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC256 is #513DA9. Grayscale: #B0B0B0. Windows color (decimal): -5324202 or 5685934. OLE color: 5685934.
HSL color Cylindrical-coordinate representation of color #AEC256: hue angle of 71.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEC256 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 86 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.24 |
| HSL | 71.11º | 0.47% | 0.55% | - |
| HSV(B) | 71.11º | 0.56% | 0.76% | - |
| XYZ | 38.43 | 48.25 | 16.09 | - |
| YUV | 175.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 86 | 0.10 | 0 | 0.56 | 0.24 | 71.11 | 0.47 | 0.55 |
| Hex | AE | C2 | 56 | A | 0 | 38 | 18 | 47 | 2F | 37 |
| Octal | 256 | 302 | 126 | 12 | 0 | 70 | 30 | 107 | 57 | 67 |
| Binary | 10101110 | 11000010 | 1010110 | 1010 | 0 | 111000 | 11000 | 1000111 | 101111 | 110111 |
Color Harmonies of #AEC256
Complementary color
Monochromatic Colors of #AEC256
Black with #AEC256
Text Example
Text Example
White with #AEC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC256; }
p { color: rgb(174,194,86); }
H1.HeaderClassName
{
color: #AEC256;
}
.AnyTagClassName
{
color: #AEC256;
}
</style>
background-color css
<style>
a { background-color: #AEC256; }
a { background-color: rgb(174,194,86); }
div.DivClassName
{
background-color: #AEC256;
}
.BgClassName
{
background-color: #AEC256;
}
</style>
border-color css
<style>
span { border-color: #AEC256; }
span { border-color: rgb(174,194,86); }
td.TdClassName
{
border-color: #AEC256;
}
.TagClassName
{
border-color: #AEC256;
}
</style>