Shades of Celery #A0BE4E
Tints of Celery #A0BE4E
RGB
CMYK
RGB Variations
Color information
#A0BE4E (or 0xA0BE4E) is known color: Celery. HEX triplet: A0, BE and 4E. RGB value is (160,190,78). Sum of RGB (Red+Green+Blue) = 160+190+78=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE4E is #5F41B1. Grayscale: #A8A8A8. Windows color (decimal): -6242738 or 5160608. OLE color: 5160608.
HSL color Cylindrical-coordinate representation of color #A0BE4E: hue angle of 76.07º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0BE4E is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 78 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.25 |
| HSL | 76.07º | 0.46% | 0.53% | - |
| HSV(B) | 76.07º | 0.59% | 0.75% | - |
| XYZ | 34.29 | 44.85 | 14.06 | - |
| YUV | 168.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 78 | 0.16 | 0 | 0.59 | 0.25 | 76.07 | 0.46 | 0.53 |
| Hex | A0 | BE | 4E | 10 | 0 | 3B | 19 | 4C | 2E | 35 |
| Octal | 240 | 276 | 116 | 20 | 0 | 73 | 31 | 114 | 56 | 65 |
| Binary | 10100000 | 10111110 | 1001110 | 10000 | 0 | 111011 | 11001 | 1001100 | 101110 | 110101 |
Color Harmonies of #A0BE4E
Complementary color
Monochromatic Colors of #A0BE4E
Black with #A0BE4E
Text Example
Text Example
White with #A0BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE4E; }
p { color: rgb(160,190,78); }
H1.HeaderClassName
{
color: #A0BE4E;
}
.AnyTagClassName
{
color: #A0BE4E;
}
</style>
background-color css
<style>
a { background-color: #A0BE4E; }
a { background-color: rgb(160,190,78); }
div.DivClassName
{
background-color: #A0BE4E;
}
.BgClassName
{
background-color: #A0BE4E;
}
</style>
border-color css
<style>
span { border-color: #A0BE4E; }
span { border-color: rgb(160,190,78); }
td.TdClassName
{
border-color: #A0BE4E;
}
.TagClassName
{
border-color: #A0BE4E;
}
</style>