Shades of Celery #A0B24B
Tints of Celery #A0B24B
RGB
CMYK
RGB Variations
Color information
#A0B24B (or 0xA0B24B) is known color: Celery. HEX triplet: A0, B2 and 4B. RGB value is (160,178,75). Sum of RGB (Red+Green+Blue) = 160+178+75=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B24B is #5F4DB4. Grayscale: #A1A1A1. Windows color (decimal): -6245813 or 4960928. OLE color: 4960928.
HSL color Cylindrical-coordinate representation of color #A0B24B: hue angle of 70.49º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0B24B is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 75 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.30 |
| HSL | 70.49º | 0.41% | 0.5% | - |
| HSV(B) | 70.49º | 0.58% | 0.7% | - |
| XYZ | 31.69 | 39.82 | 12.67 | - |
| YUV | 160.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 75 | 0.10 | 0 | 0.58 | 0.30 | 70.49 | 0.41 | 0.5 |
| Hex | A0 | B2 | 4B | A | 0 | 3A | 1E | 46 | 29 | 32 |
| Octal | 240 | 262 | 113 | 12 | 0 | 72 | 36 | 106 | 51 | 62 |
| Binary | 10100000 | 10110010 | 1001011 | 1010 | 0 | 111010 | 11110 | 1000110 | 101001 | 110010 |
Color Harmonies of #A0B24B
Complementary color
Monochromatic Colors of #A0B24B
Black with #A0B24B
Text Example
Text Example
White with #A0B24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B24B; }
p { color: rgb(160,178,75); }
H1.HeaderClassName
{
color: #A0B24B;
}
.AnyTagClassName
{
color: #A0B24B;
}
</style>
background-color css
<style>
a { background-color: #A0B24B; }
a { background-color: rgb(160,178,75); }
div.DivClassName
{
background-color: #A0B24B;
}
.BgClassName
{
background-color: #A0B24B;
}
</style>
border-color css
<style>
span { border-color: #A0B24B; }
span { border-color: rgb(160,178,75); }
td.TdClassName
{
border-color: #A0B24B;
}
.TagClassName
{
border-color: #A0B24B;
}
</style>