Shades of Celery #AECD4A
Tints of Celery #AECD4A
RGB
CMYK
RGB Variations
Color information
#AECD4A (or 0xAECD4A) is known color: Celery. HEX triplet: AE, CD and 4A. RGB value is (174,205,74). Sum of RGB (Red+Green+Blue) = 174+205+74=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD4A is #5132B5. Grayscale: #B5B5B5. Windows color (decimal): -5321398 or 4902318. OLE color: 4902318.
HSL color Cylindrical-coordinate representation of color #AECD4A: hue angle of 74.2º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AECD4A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 74 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.20 |
| HSL | 74.2º | 0.57% | 0.55% | - |
| HSV(B) | 74.2º | 0.64% | 0.8% | - |
| XYZ | 40.52 | 53.16 | 14.6 | - |
| YUV | 180.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 74 | 0.15 | 0 | 0.64 | 0.20 | 74.2 | 0.57 | 0.55 |
| Hex | AE | CD | 4A | F | 0 | 40 | 14 | 4A | 39 | 37 |
| Octal | 256 | 315 | 112 | 17 | 0 | 100 | 24 | 112 | 71 | 67 |
| Binary | 10101110 | 11001101 | 1001010 | 1111 | 0 | 1000000 | 10100 | 1001010 | 111001 | 110111 |
Color Harmonies of #AECD4A
Complementary color
Monochromatic Colors of #AECD4A
Black with #AECD4A
Text Example
Text Example
White with #AECD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD4A; }
p { color: rgb(174,205,74); }
H1.HeaderClassName
{
color: #AECD4A;
}
.AnyTagClassName
{
color: #AECD4A;
}
</style>
background-color css
<style>
a { background-color: #AECD4A; }
a { background-color: rgb(174,205,74); }
div.DivClassName
{
background-color: #AECD4A;
}
.BgClassName
{
background-color: #AECD4A;
}
</style>
border-color css
<style>
span { border-color: #AECD4A; }
span { border-color: rgb(174,205,74); }
td.TdClassName
{
border-color: #AECD4A;
}
.TagClassName
{
border-color: #AECD4A;
}
</style>