Shades of Celery #AEC25C
Tints of Celery #AEC25C
RGB
CMYK
RGB Variations
Color information
#AEC25C (or 0xAEC25C) is known color: Celery. HEX triplet: AE, C2 and 5C. RGB value is (174,194,92). Sum of RGB (Red+Green+Blue) = 174+194+92=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC25C is #513DA3. Grayscale: #B0B0B0. Windows color (decimal): -5324196 or 6079150. OLE color: 6079150.
HSL color Cylindrical-coordinate representation of color #AEC25C: hue angle of 71.76º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEC25C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 92 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.24 |
| HSL | 71.76º | 0.46% | 0.56% | - |
| HSV(B) | 71.76º | 0.53% | 0.76% | - |
| XYZ | 38.68 | 48.35 | 17.42 | - |
| YUV | 176.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 92 | 0.10 | 0 | 0.53 | 0.24 | 71.76 | 0.46 | 0.56 |
| Hex | AE | C2 | 5C | A | 0 | 35 | 18 | 48 | 2E | 38 |
| Octal | 256 | 302 | 134 | 12 | 0 | 65 | 30 | 110 | 56 | 70 |
| Binary | 10101110 | 11000010 | 1011100 | 1010 | 0 | 110101 | 11000 | 1001000 | 101110 | 111000 |
Color Harmonies of #AEC25C
Complementary color
Monochromatic Colors of #AEC25C
Black with #AEC25C
Text Example
Text Example
White with #AEC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC25C; }
p { color: rgb(174,194,92); }
H1.HeaderClassName
{
color: #AEC25C;
}
.AnyTagClassName
{
color: #AEC25C;
}
</style>
background-color css
<style>
a { background-color: #AEC25C; }
a { background-color: rgb(174,194,92); }
div.DivClassName
{
background-color: #AEC25C;
}
.BgClassName
{
background-color: #AEC25C;
}
</style>
border-color css
<style>
span { border-color: #AEC25C; }
span { border-color: rgb(174,194,92); }
td.TdClassName
{
border-color: #AEC25C;
}
.TagClassName
{
border-color: #AEC25C;
}
</style>