Shades of Celery #A5C03F
Tints of Celery #A5C03F
RGB
CMYK
RGB Variations
Color information
#A5C03F (or 0xA5C03F) is known color: Celery. HEX triplet: A5, C0 and 3F. RGB value is (165,192,63). Sum of RGB (Red+Green+Blue) = 165+192+63=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C03F is #5A3FC0. Grayscale: #A9A9A9. Windows color (decimal): -5914561 or 4178085. OLE color: 4178085.
HSL color Cylindrical-coordinate representation of color #A5C03F: hue angle of 72.56º 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 #A5C03F is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 63 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.25 |
| HSL | 72.56º | 0.51% | 0.5% | - |
| HSV(B) | 72.56º | 0.67% | 0.75% | - |
| XYZ | 35.26 | 46.06 | 11.73 | - |
| YUV | 169.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 63 | 0.14 | 0 | 0.67 | 0.25 | 72.56 | 0.51 | 0.5 |
| Hex | A5 | C0 | 3F | E | 0 | 43 | 19 | 49 | 33 | 32 |
| Octal | 245 | 300 | 77 | 16 | 0 | 103 | 31 | 111 | 63 | 62 |
| Binary | 10100101 | 11000000 | 111111 | 1110 | 0 | 1000011 | 11001 | 1001001 | 110011 | 110010 |
Color Harmonies of #A5C03F
Complementary color
Monochromatic Colors of #A5C03F
Black with #A5C03F
Text Example
Text Example
White with #A5C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C03F; }
p { color: rgb(165,192,63); }
H1.HeaderClassName
{
color: #A5C03F;
}
.AnyTagClassName
{
color: #A5C03F;
}
</style>
background-color css
<style>
a { background-color: #A5C03F; }
a { background-color: rgb(165,192,63); }
div.DivClassName
{
background-color: #A5C03F;
}
.BgClassName
{
background-color: #A5C03F;
}
</style>
border-color css
<style>
span { border-color: #A5C03F; }
span { border-color: rgb(165,192,63); }
td.TdClassName
{
border-color: #A5C03F;
}
.TagClassName
{
border-color: #A5C03F;
}
</style>