Shades of Celery #A8C350
Tints of Celery #A8C350
RGB
CMYK
RGB Variations
Color information
#A8C350 (or 0xA8C350) is known color: Celery. HEX triplet: A8, C3 and 50. RGB value is (168,195,80). Sum of RGB (Red+Green+Blue) = 168+195+80=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C350 is #573CAF. Grayscale: #AEAEAE. Windows color (decimal): -5717168 or 5292968. OLE color: 5292968.
HSL color Cylindrical-coordinate representation of color #A8C350: hue angle of 74.09º degrees, saturation: 0.49, 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 #A8C350 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 80 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.24 |
| HSL | 74.09º | 0.49% | 0.54% | - |
| HSV(B) | 74.09º | 0.59% | 0.76% | - |
| XYZ | 37.11 | 47.93 | 14.89 | - |
| YUV | 173.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 80 | 0.14 | 0 | 0.59 | 0.24 | 74.09 | 0.49 | 0.54 |
| Hex | A8 | C3 | 50 | E | 0 | 3B | 18 | 4A | 31 | 36 |
| Octal | 250 | 303 | 120 | 16 | 0 | 73 | 30 | 112 | 61 | 66 |
| Binary | 10101000 | 11000011 | 1010000 | 1110 | 0 | 111011 | 11000 | 1001010 | 110001 | 110110 |
Color Harmonies of #A8C350
Complementary color
Monochromatic Colors of #A8C350
Black with #A8C350
Text Example
Text Example
White with #A8C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C350; }
p { color: rgb(168,195,80); }
H1.HeaderClassName
{
color: #A8C350;
}
.AnyTagClassName
{
color: #A8C350;
}
</style>
background-color css
<style>
a { background-color: #A8C350; }
a { background-color: rgb(168,195,80); }
div.DivClassName
{
background-color: #A8C350;
}
.BgClassName
{
background-color: #A8C350;
}
</style>
border-color css
<style>
span { border-color: #A8C350; }
span { border-color: rgb(168,195,80); }
td.TdClassName
{
border-color: #A8C350;
}
.TagClassName
{
border-color: #A8C350;
}
</style>