Shades of Celery #AACA4A
Tints of Celery #AACA4A
RGB
CMYK
RGB Variations
Color information
#AACA4A (or 0xAACA4A) is known color: Celery. HEX triplet: AA, CA and 4A. RGB value is (170,202,74). Sum of RGB (Red+Green+Blue) = 170+202+74=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA4A is #5535B5. Grayscale: #B2B2B2. Windows color (decimal): -5584310 or 4901546. OLE color: 4901546.
HSL color Cylindrical-coordinate representation of color #AACA4A: hue angle of 75º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AACA4A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 74 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.21 |
| HSL | 75º | 0.55% | 0.54% | - |
| HSV(B) | 75º | 0.63% | 0.79% | - |
| XYZ | 38.93 | 51.28 | 14.32 | - |
| YUV | 177.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 74 | 0.16 | 0 | 0.63 | 0.21 | 75 | 0.55 | 0.54 |
| Hex | AA | CA | 4A | 10 | 0 | 3F | 15 | 4B | 37 | 36 |
| Octal | 252 | 312 | 112 | 20 | 0 | 77 | 25 | 113 | 67 | 66 |
| Binary | 10101010 | 11001010 | 1001010 | 10000 | 0 | 111111 | 10101 | 1001011 | 110111 | 110110 |
Color Harmonies of #AACA4A
Complementary color
Monochromatic Colors of #AACA4A
Black with #AACA4A
Text Example
Text Example
White with #AACA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA4A; }
p { color: rgb(170,202,74); }
H1.HeaderClassName
{
color: #AACA4A;
}
.AnyTagClassName
{
color: #AACA4A;
}
</style>
background-color css
<style>
a { background-color: #AACA4A; }
a { background-color: rgb(170,202,74); }
div.DivClassName
{
background-color: #AACA4A;
}
.BgClassName
{
background-color: #AACA4A;
}
</style>
border-color css
<style>
span { border-color: #AACA4A; }
span { border-color: rgb(170,202,74); }
td.TdClassName
{
border-color: #AACA4A;
}
.TagClassName
{
border-color: #AACA4A;
}
</style>