Shades of Celery #AEC13C
Tints of Celery #AEC13C
RGB
CMYK
RGB Variations
Color information
#AEC13C (or 0xAEC13C) is known color: Celery. HEX triplet: AE, C1 and 3C. RGB value is (174,193,60). Sum of RGB (Red+Green+Blue) = 174+193+60=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC13C is #513EC3. Grayscale: #ACACAC. Windows color (decimal): -5324484 or 3981742. OLE color: 3981742.
HSL color Cylindrical-coordinate representation of color #AEC13C: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEC13C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 60 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.24 |
| HSL | 68.57º | 0.53% | 0.5% | - |
| HSV(B) | 68.57º | 0.69% | 0.76% | - |
| XYZ | 37.34 | 47.46 | 11.47 | - |
| YUV | 172.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 60 | 0.10 | 0 | 0.69 | 0.24 | 68.57 | 0.53 | 0.5 |
| Hex | AE | C1 | 3C | A | 0 | 45 | 18 | 45 | 35 | 32 |
| Octal | 256 | 301 | 74 | 12 | 0 | 105 | 30 | 105 | 65 | 62 |
| Binary | 10101110 | 11000001 | 111100 | 1010 | 0 | 1000101 | 11000 | 1000101 | 110101 | 110010 |
Color Harmonies of #AEC13C
Complementary color
Monochromatic Colors of #AEC13C
Black with #AEC13C
Text Example
Text Example
White with #AEC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC13C; }
p { color: rgb(174,193,60); }
H1.HeaderClassName
{
color: #AEC13C;
}
.AnyTagClassName
{
color: #AEC13C;
}
</style>
background-color css
<style>
a { background-color: #AEC13C; }
a { background-color: rgb(174,193,60); }
div.DivClassName
{
background-color: #AEC13C;
}
.BgClassName
{
background-color: #AEC13C;
}
</style>
border-color css
<style>
span { border-color: #AEC13C; }
span { border-color: rgb(174,193,60); }
td.TdClassName
{
border-color: #AEC13C;
}
.TagClassName
{
border-color: #AEC13C;
}
</style>