Shades of Celery #A5C147
Tints of Celery #A5C147
RGB
CMYK
RGB Variations
Color information
#A5C147 (or 0xA5C147) is known color: Celery. HEX triplet: A5, C1 and 47. RGB value is (165,193,71). Sum of RGB (Red+Green+Blue) = 165+193+71=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C147 is #5A3EB8. Grayscale: #ABABAB. Windows color (decimal): -5914297 or 4702629. OLE color: 4702629.
HSL color Cylindrical-coordinate representation of color #A5C147: hue angle of 73.77º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5C147 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 71 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.24 |
| HSL | 73.77º | 0.5% | 0.52% | - |
| HSV(B) | 73.77º | 0.63% | 0.76% | - |
| XYZ | 35.72 | 46.59 | 13.07 | - |
| YUV | 170.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 71 | 0.15 | 0 | 0.63 | 0.24 | 73.77 | 0.5 | 0.52 |
| Hex | A5 | C1 | 47 | F | 0 | 3F | 18 | 4A | 32 | 34 |
| Octal | 245 | 301 | 107 | 17 | 0 | 77 | 30 | 112 | 62 | 64 |
| Binary | 10100101 | 11000001 | 1000111 | 1111 | 0 | 111111 | 11000 | 1001010 | 110010 | 110100 |
Color Harmonies of #A5C147
Complementary color
Monochromatic Colors of #A5C147
Black with #A5C147
Text Example
Text Example
White with #A5C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C147; }
p { color: rgb(165,193,71); }
H1.HeaderClassName
{
color: #A5C147;
}
.AnyTagClassName
{
color: #A5C147;
}
</style>
background-color css
<style>
a { background-color: #A5C147; }
a { background-color: rgb(165,193,71); }
div.DivClassName
{
background-color: #A5C147;
}
.BgClassName
{
background-color: #A5C147;
}
</style>
border-color css
<style>
span { border-color: #A5C147; }
span { border-color: rgb(165,193,71); }
td.TdClassName
{
border-color: #A5C147;
}
.TagClassName
{
border-color: #A5C147;
}
</style>