Shades of Celery #AEC14D
Tints of Celery #AEC14D
RGB
CMYK
RGB Variations
Color information
#AEC14D (or 0xAEC14D) is known color: Celery. HEX triplet: AE, C1 and 4D. RGB value is (174,193,77). Sum of RGB (Red+Green+Blue) = 174+193+77=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC14D is #513EB2. Grayscale: #AEAEAE. Windows color (decimal): -5324467 or 5095854. OLE color: 5095854.
HSL color Cylindrical-coordinate representation of color #AEC14D: hue angle of 69.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEC14D is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 77 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.24 |
| HSL | 69.83º | 0.48% | 0.53% | - |
| HSV(B) | 69.83º | 0.6% | 0.76% | - |
| XYZ | 37.87 | 47.67 | 14.23 | - |
| YUV | 174.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 77 | 0.10 | 0 | 0.60 | 0.24 | 69.83 | 0.48 | 0.53 |
| Hex | AE | C1 | 4D | A | 0 | 3C | 18 | 46 | 30 | 35 |
| Octal | 256 | 301 | 115 | 12 | 0 | 74 | 30 | 106 | 60 | 65 |
| Binary | 10101110 | 11000001 | 1001101 | 1010 | 0 | 111100 | 11000 | 1000110 | 110000 | 110101 |
Color Harmonies of #AEC14D
Complementary color
Monochromatic Colors of #AEC14D
Black with #AEC14D
Text Example
Text Example
White with #AEC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC14D; }
p { color: rgb(174,193,77); }
H1.HeaderClassName
{
color: #AEC14D;
}
.AnyTagClassName
{
color: #AEC14D;
}
</style>
background-color css
<style>
a { background-color: #AEC14D; }
a { background-color: rgb(174,193,77); }
div.DivClassName
{
background-color: #AEC14D;
}
.BgClassName
{
background-color: #AEC14D;
}
</style>
border-color css
<style>
span { border-color: #AEC14D; }
span { border-color: rgb(174,193,77); }
td.TdClassName
{
border-color: #AEC14D;
}
.TagClassName
{
border-color: #AEC14D;
}
</style>