Shades of Celery #AAC338
Tints of Celery #AAC338
RGB
CMYK
RGB Variations
Color information
#AAC338 (or 0xAAC338) is known color: Celery. HEX triplet: AA, C3 and 38. RGB value is (170,195,56). Sum of RGB (Red+Green+Blue) = 170+195+56=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC338 is #553CC7. Grayscale: #ACACAC. Windows color (decimal): -5586120 or 3720106. OLE color: 3720106.
HSL color Cylindrical-coordinate representation of color #AAC338: hue angle of 70.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAC338 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 56 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.24 |
| HSL | 70.79º | 0.55% | 0.49% | - |
| HSV(B) | 70.79º | 0.71% | 0.76% | - |
| XYZ | 36.81 | 47.86 | 11.04 | - |
| YUV | 171.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 56 | 0.13 | 0 | 0.71 | 0.24 | 70.79 | 0.55 | 0.49 |
| Hex | AA | C3 | 38 | D | 0 | 47 | 18 | 47 | 37 | 31 |
| Octal | 252 | 303 | 70 | 15 | 0 | 107 | 30 | 107 | 67 | 61 |
| Binary | 10101010 | 11000011 | 111000 | 1101 | 0 | 1000111 | 11000 | 1000111 | 110111 | 110001 |
Color Harmonies of #AAC338
Complementary color
Monochromatic Colors of #AAC338
Black with #AAC338
Text Example
Text Example
White with #AAC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC338; }
p { color: rgb(170,195,56); }
H1.HeaderClassName
{
color: #AAC338;
}
.AnyTagClassName
{
color: #AAC338;
}
</style>
background-color css
<style>
a { background-color: #AAC338; }
a { background-color: rgb(170,195,56); }
div.DivClassName
{
background-color: #AAC338;
}
.BgClassName
{
background-color: #AAC338;
}
</style>
border-color css
<style>
span { border-color: #AAC338; }
span { border-color: rgb(170,195,56); }
td.TdClassName
{
border-color: #AAC338;
}
.TagClassName
{
border-color: #AAC338;
}
</style>