Shades of Celery #A8C03F
Tints of Celery #A8C03F
RGB
CMYK
RGB Variations
Color information
#A8C03F (or 0xA8C03F) is known color: Celery. HEX triplet: A8, C0 and 3F. RGB value is (168,192,63). Sum of RGB (Red+Green+Blue) = 168+192+63=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C03F is #573FC0. Grayscale: #AAAAAA. Windows color (decimal): -5717953 or 4178088. OLE color: 4178088.
HSL color Cylindrical-coordinate representation of color #A8C03F: hue angle of 71.16º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8C03F is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 63 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.25 |
| HSL | 71.16º | 0.51% | 0.5% | - |
| HSV(B) | 71.16º | 0.67% | 0.75% | - |
| XYZ | 35.9 | 46.38 | 11.76 | - |
| YUV | 170.12 | 67.55 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 63 | 0.12 | 0 | 0.67 | 0.25 | 71.16 | 0.51 | 0.5 |
| Hex | A8 | C0 | 3F | C | 0 | 43 | 19 | 47 | 33 | 32 |
| Octal | 250 | 300 | 77 | 14 | 0 | 103 | 31 | 107 | 63 | 62 |
| Binary | 10101000 | 11000000 | 111111 | 1100 | 0 | 1000011 | 11001 | 1000111 | 110011 | 110010 |
Color Harmonies of #A8C03F
Complementary color
Monochromatic Colors of #A8C03F
Black with #A8C03F
Text Example
Text Example
White with #A8C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C03F; }
p { color: rgb(168,192,63); }
H1.HeaderClassName
{
color: #A8C03F;
}
.AnyTagClassName
{
color: #A8C03F;
}
</style>
background-color css
<style>
a { background-color: #A8C03F; }
a { background-color: rgb(168,192,63); }
div.DivClassName
{
background-color: #A8C03F;
}
.BgClassName
{
background-color: #A8C03F;
}
</style>
border-color css
<style>
span { border-color: #A8C03F; }
span { border-color: rgb(168,192,63); }
td.TdClassName
{
border-color: #A8C03F;
}
.TagClassName
{
border-color: #A8C03F;
}
</style>