Shades of Celery #A2AD45
Tints of Celery #A2AD45
RGB
CMYK
RGB Variations
Color information
#A2AD45 (or 0xA2AD45) is known color: Celery. HEX triplet: A2, AD and 45. RGB value is (162,173,69). Sum of RGB (Red+Green+Blue) = 162+173+69=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD45 is #5D52BA. Grayscale: #9E9E9E. Windows color (decimal): -6116027 or 4566434. OLE color: 4566434.
HSL color Cylindrical-coordinate representation of color #A2AD45: hue angle of 66.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2AD45 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 69 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.32 |
| HSL | 66.35º | 0.43% | 0.47% | - |
| HSV(B) | 66.35º | 0.6% | 0.68% | - |
| XYZ | 30.92 | 38 | 11.34 | - |
| YUV | 157.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 69 | 0.06 | 0 | 0.60 | 0.32 | 66.35 | 0.43 | 0.47 |
| Hex | A2 | AD | 45 | 6 | 0 | 3C | 20 | 42 | 2B | 2F |
| Octal | 242 | 255 | 105 | 6 | 0 | 74 | 40 | 102 | 53 | 57 |
| Binary | 10100010 | 10101101 | 1000101 | 110 | 0 | 111100 | 100000 | 1000010 | 101011 | 101111 |
Color Harmonies of #A2AD45
Complementary color
Monochromatic Colors of #A2AD45
Black with #A2AD45
Text Example
Text Example
White with #A2AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD45; }
p { color: rgb(162,173,69); }
H1.HeaderClassName
{
color: #A2AD45;
}
.AnyTagClassName
{
color: #A2AD45;
}
</style>
background-color css
<style>
a { background-color: #A2AD45; }
a { background-color: rgb(162,173,69); }
div.DivClassName
{
background-color: #A2AD45;
}
.BgClassName
{
background-color: #A2AD45;
}
</style>
border-color css
<style>
span { border-color: #A2AD45; }
span { border-color: rgb(162,173,69); }
td.TdClassName
{
border-color: #A2AD45;
}
.TagClassName
{
border-color: #A2AD45;
}
</style>