Shades of Celery #AEC14C
Tints of Celery #AEC14C
RGB
CMYK
RGB Variations
Color information
#AEC14C (or 0xAEC14C) is known color: Celery. HEX triplet: AE, C1 and 4C. RGB value is (174,193,76). Sum of RGB (Red+Green+Blue) = 174+193+76=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC14C is #513EB3. Grayscale: #AEAEAE. Windows color (decimal): -5324468 or 5030318. OLE color: 5030318.
HSL color Cylindrical-coordinate representation of color #AEC14C: hue angle of 69.74º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEC14C is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 76 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.24 |
| HSL | 69.74º | 0.49% | 0.53% | - |
| HSV(B) | 69.74º | 0.61% | 0.76% | - |
| XYZ | 37.83 | 47.66 | 14.04 | - |
| YUV | 173.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 76 | 0.10 | 0 | 0.61 | 0.24 | 69.74 | 0.49 | 0.53 |
| Hex | AE | C1 | 4C | A | 0 | 3D | 18 | 46 | 31 | 35 |
| Octal | 256 | 301 | 114 | 12 | 0 | 75 | 30 | 106 | 61 | 65 |
| Binary | 10101110 | 11000001 | 1001100 | 1010 | 0 | 111101 | 11000 | 1000110 | 110001 | 110101 |
Color Harmonies of #AEC14C
Complementary color
Monochromatic Colors of #AEC14C
Black with #AEC14C
Text Example
Text Example
White with #AEC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC14C; }
p { color: rgb(174,193,76); }
H1.HeaderClassName
{
color: #AEC14C;
}
.AnyTagClassName
{
color: #AEC14C;
}
</style>
background-color css
<style>
a { background-color: #AEC14C; }
a { background-color: rgb(174,193,76); }
div.DivClassName
{
background-color: #AEC14C;
}
.BgClassName
{
background-color: #AEC14C;
}
</style>
border-color css
<style>
span { border-color: #AEC14C; }
span { border-color: rgb(174,193,76); }
td.TdClassName
{
border-color: #AEC14C;
}
.TagClassName
{
border-color: #AEC14C;
}
</style>