Shades of Celery #A5C154
Tints of Celery #A5C154
RGB
CMYK
RGB Variations
Color information
#A5C154 (or 0xA5C154) is known color: Celery. HEX triplet: A5, C1 and 54. RGB value is (165,193,84). Sum of RGB (Red+Green+Blue) = 165+193+84=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C154 is #5A3EAB. Grayscale: #ACACAC. Windows color (decimal): -5914284 or 5554597. OLE color: 5554597.
HSL color Cylindrical-coordinate representation of color #A5C154: hue angle of 75.41º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5C154 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 84 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.24 |
| HSL | 75.41º | 0.47% | 0.54% | - |
| HSV(B) | 75.41º | 0.56% | 0.76% | - |
| XYZ | 36.19 | 46.78 | 15.51 | - |
| YUV | 172.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 84 | 0.15 | 0 | 0.56 | 0.24 | 75.41 | 0.47 | 0.54 |
| Hex | A5 | C1 | 54 | F | 0 | 38 | 18 | 4B | 2F | 36 |
| Octal | 245 | 301 | 124 | 17 | 0 | 70 | 30 | 113 | 57 | 66 |
| Binary | 10100101 | 11000001 | 1010100 | 1111 | 0 | 111000 | 11000 | 1001011 | 101111 | 110110 |
Color Harmonies of #A5C154
Complementary color
Monochromatic Colors of #A5C154
Black with #A5C154
Text Example
Text Example
White with #A5C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C154; }
p { color: rgb(165,193,84); }
H1.HeaderClassName
{
color: #A5C154;
}
.AnyTagClassName
{
color: #A5C154;
}
</style>
background-color css
<style>
a { background-color: #A5C154; }
a { background-color: rgb(165,193,84); }
div.DivClassName
{
background-color: #A5C154;
}
.BgClassName
{
background-color: #A5C154;
}
</style>
border-color css
<style>
span { border-color: #A5C154; }
span { border-color: rgb(165,193,84); }
td.TdClassName
{
border-color: #A5C154;
}
.TagClassName
{
border-color: #A5C154;
}
</style>