Shades of Celery #AAC03A
Tints of Celery #AAC03A
RGB
CMYK
RGB Variations
Color information
#AAC03A (or 0xAAC03A) is known color: Celery. HEX triplet: AA, C0 and 3A. RGB value is (170,192,58). Sum of RGB (Red+Green+Blue) = 170+192+58=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC03A is #553FC5. Grayscale: #AAAAAA. Windows color (decimal): -5586886 or 3850410. OLE color: 3850410.
HSL color Cylindrical-coordinate representation of color #AAC03A: hue angle of 69.85º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAC03A is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 58 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.25 |
| HSL | 69.85º | 0.54% | 0.49% | - |
| HSV(B) | 69.85º | 0.7% | 0.75% | - |
| XYZ | 36.19 | 46.55 | 11.08 | - |
| YUV | 170.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 58 | 0.11 | 0 | 0.70 | 0.25 | 69.85 | 0.54 | 0.49 |
| Hex | AA | C0 | 3A | B | 0 | 46 | 19 | 46 | 36 | 31 |
| Octal | 252 | 300 | 72 | 13 | 0 | 106 | 31 | 106 | 66 | 61 |
| Binary | 10101010 | 11000000 | 111010 | 1011 | 0 | 1000110 | 11001 | 1000110 | 110110 | 110001 |
Color Harmonies of #AAC03A
Complementary color
Monochromatic Colors of #AAC03A
Black with #AAC03A
Text Example
Text Example
White with #AAC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC03A; }
p { color: rgb(170,192,58); }
H1.HeaderClassName
{
color: #AAC03A;
}
.AnyTagClassName
{
color: #AAC03A;
}
</style>
background-color css
<style>
a { background-color: #AAC03A; }
a { background-color: rgb(170,192,58); }
div.DivClassName
{
background-color: #AAC03A;
}
.BgClassName
{
background-color: #AAC03A;
}
</style>
border-color css
<style>
span { border-color: #AAC03A; }
span { border-color: rgb(170,192,58); }
td.TdClassName
{
border-color: #AAC03A;
}
.TagClassName
{
border-color: #AAC03A;
}
</style>