Shades of Celery #AAC042
Tints of Celery #AAC042
RGB
CMYK
RGB Variations
Color information
#AAC042 (or 0xAAC042) is known color: Celery. HEX triplet: AA, C0 and 42. RGB value is (170,192,66). Sum of RGB (Red+Green+Blue) = 170+192+66=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC042 is #553FBD. Grayscale: #ABABAB. Windows color (decimal): -5586878 or 4374698. OLE color: 4374698.
HSL color Cylindrical-coordinate representation of color #AAC042: hue angle of 70.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAC042 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 66 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.25 |
| HSL | 70.48º | 0.5% | 0.51% | - |
| HSV(B) | 70.48º | 0.66% | 0.75% | - |
| XYZ | 36.41 | 46.64 | 12.24 | - |
| YUV | 171.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 66 | 0.11 | 0 | 0.66 | 0.25 | 70.48 | 0.5 | 0.51 |
| Hex | AA | C0 | 42 | B | 0 | 42 | 19 | 46 | 32 | 33 |
| Octal | 252 | 300 | 102 | 13 | 0 | 102 | 31 | 106 | 62 | 63 |
| Binary | 10101010 | 11000000 | 1000010 | 1011 | 0 | 1000010 | 11001 | 1000110 | 110010 | 110011 |
Color Harmonies of #AAC042
Complementary color
Monochromatic Colors of #AAC042
Black with #AAC042
Text Example
Text Example
White with #AAC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC042; }
p { color: rgb(170,192,66); }
H1.HeaderClassName
{
color: #AAC042;
}
.AnyTagClassName
{
color: #AAC042;
}
</style>
background-color css
<style>
a { background-color: #AAC042; }
a { background-color: rgb(170,192,66); }
div.DivClassName
{
background-color: #AAC042;
}
.BgClassName
{
background-color: #AAC042;
}
</style>
border-color css
<style>
span { border-color: #AAC042; }
span { border-color: rgb(170,192,66); }
td.TdClassName
{
border-color: #AAC042;
}
.TagClassName
{
border-color: #AAC042;
}
</style>