Shades of Celery #A8C150
Tints of Celery #A8C150
RGB
CMYK
RGB Variations
Color information
#A8C150 (or 0xA8C150) is known color: Celery. HEX triplet: A8, C1 and 50. RGB value is (168,193,80). Sum of RGB (Red+Green+Blue) = 168+193+80=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C150 is #573EAF. Grayscale: #ADADAD. Windows color (decimal): -5717680 or 5292456. OLE color: 5292456.
HSL color Cylindrical-coordinate representation of color #A8C150: hue angle of 73.27º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8C150 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 80 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.24 |
| HSL | 73.27º | 0.48% | 0.54% | - |
| HSV(B) | 73.27º | 0.59% | 0.76% | - |
| XYZ | 36.67 | 47.04 | 14.74 | - |
| YUV | 172.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 80 | 0.13 | 0 | 0.59 | 0.24 | 73.27 | 0.48 | 0.54 |
| Hex | A8 | C1 | 50 | D | 0 | 3B | 18 | 49 | 30 | 36 |
| Octal | 250 | 301 | 120 | 15 | 0 | 73 | 30 | 111 | 60 | 66 |
| Binary | 10101000 | 11000001 | 1010000 | 1101 | 0 | 111011 | 11000 | 1001001 | 110000 | 110110 |
Color Harmonies of #A8C150
Complementary color
Monochromatic Colors of #A8C150
Black with #A8C150
Text Example
Text Example
White with #A8C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C150; }
p { color: rgb(168,193,80); }
H1.HeaderClassName
{
color: #A8C150;
}
.AnyTagClassName
{
color: #A8C150;
}
</style>
background-color css
<style>
a { background-color: #A8C150; }
a { background-color: rgb(168,193,80); }
div.DivClassName
{
background-color: #A8C150;
}
.BgClassName
{
background-color: #A8C150;
}
</style>
border-color css
<style>
span { border-color: #A8C150; }
span { border-color: rgb(168,193,80); }
td.TdClassName
{
border-color: #A8C150;
}
.TagClassName
{
border-color: #A8C150;
}
</style>