Shades of Celery #A0B24E
Tints of Celery #A0B24E
RGB
CMYK
RGB Variations
Color information
#A0B24E (or 0xA0B24E) is known color: Celery. HEX triplet: A0, B2 and 4E. RGB value is (160,178,78). Sum of RGB (Red+Green+Blue) = 160+178+78=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B24E is #5F4DB1. Grayscale: #A1A1A1. Windows color (decimal): -6245810 or 5157536. OLE color: 5157536.
HSL color Cylindrical-coordinate representation of color #A0B24E: hue angle of 70.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0B24E is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 78 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.30 |
| HSL | 70.8º | 0.39% | 0.5% | - |
| HSV(B) | 70.8º | 0.56% | 0.7% | - |
| XYZ | 31.79 | 39.86 | 13.23 | - |
| YUV | 161.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 78 | 0.10 | 0 | 0.56 | 0.30 | 70.8 | 0.39 | 0.5 |
| Hex | A0 | B2 | 4E | A | 0 | 38 | 1E | 47 | 27 | 32 |
| Octal | 240 | 262 | 116 | 12 | 0 | 70 | 36 | 107 | 47 | 62 |
| Binary | 10100000 | 10110010 | 1001110 | 1010 | 0 | 111000 | 11110 | 1000111 | 100111 | 110010 |
Color Harmonies of #A0B24E
Complementary color
Monochromatic Colors of #A0B24E
Black with #A0B24E
Text Example
Text Example
White with #A0B24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B24E; }
p { color: rgb(160,178,78); }
H1.HeaderClassName
{
color: #A0B24E;
}
.AnyTagClassName
{
color: #A0B24E;
}
</style>
background-color css
<style>
a { background-color: #A0B24E; }
a { background-color: rgb(160,178,78); }
div.DivClassName
{
background-color: #A0B24E;
}
.BgClassName
{
background-color: #A0B24E;
}
</style>
border-color css
<style>
span { border-color: #A0B24E; }
span { border-color: rgb(160,178,78); }
td.TdClassName
{
border-color: #A0B24E;
}
.TagClassName
{
border-color: #A0B24E;
}
</style>