Shades of Celery #AECC50
Tints of Celery #AECC50
RGB
CMYK
RGB Variations
Color information
#AECC50 (or 0xAECC50) is known color: Celery. HEX triplet: AE, CC and 50. RGB value is (174,204,80). Sum of RGB (Red+Green+Blue) = 174+204+80=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC50 is #5133AF. Grayscale: #B5B5B5. Windows color (decimal): -5321648 or 5295278. OLE color: 5295278.
HSL color Cylindrical-coordinate representation of color #AECC50: hue angle of 74.52º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AECC50 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 80 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.2 |
| HSL | 74.52º | 0.55% | 0.56% | - |
| HSV(B) | 74.52º | 0.61% | 0.8% | - |
| XYZ | 40.5 | 52.76 | 15.64 | - |
| YUV | 180.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 80 | 0.15 | 0 | 0.61 | 0.2 | 74.52 | 0.55 | 0.56 |
| Hex | AE | CC | 50 | F | 0 | 3D | 14 | 4B | 37 | 38 |
| Octal | 256 | 314 | 120 | 17 | 0 | 75 | 24 | 113 | 67 | 70 |
| Binary | 10101110 | 11001100 | 1010000 | 1111 | 0 | 111101 | 10100 | 1001011 | 110111 | 111000 |
Color Harmonies of #AECC50
Complementary color
Monochromatic Colors of #AECC50
Black with #AECC50
Text Example
Text Example
White with #AECC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC50; }
p { color: rgb(174,204,80); }
H1.HeaderClassName
{
color: #AECC50;
}
.AnyTagClassName
{
color: #AECC50;
}
</style>
background-color css
<style>
a { background-color: #AECC50; }
a { background-color: rgb(174,204,80); }
div.DivClassName
{
background-color: #AECC50;
}
.BgClassName
{
background-color: #AECC50;
}
</style>
border-color css
<style>
span { border-color: #AECC50; }
span { border-color: rgb(174,204,80); }
td.TdClassName
{
border-color: #AECC50;
}
.TagClassName
{
border-color: #AECC50;
}
</style>