Shades of Celery #A5C158
Tints of Celery #A5C158
RGB
CMYK
RGB Variations
Color information
#A5C158 (or 0xA5C158) is known color: Celery. HEX triplet: A5, C1 and 58. RGB value is (165,193,88). Sum of RGB (Red+Green+Blue) = 165+193+88=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C158 is #5A3EA7. Grayscale: #ADADAD. Windows color (decimal): -5914280 or 5816741. OLE color: 5816741.
HSL color Cylindrical-coordinate representation of color #A5C158: hue angle of 76º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5C158 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 88 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.24 |
| HSL | 76º | 0.46% | 0.55% | - |
| HSV(B) | 76º | 0.54% | 0.76% | - |
| XYZ | 36.35 | 46.84 | 16.36 | - |
| YUV | 172.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 88 | 0.15 | 0 | 0.54 | 0.24 | 76 | 0.46 | 0.55 |
| Hex | A5 | C1 | 58 | F | 0 | 36 | 18 | 4C | 2E | 37 |
| Octal | 245 | 301 | 130 | 17 | 0 | 66 | 30 | 114 | 56 | 67 |
| Binary | 10100101 | 11000001 | 1011000 | 1111 | 0 | 110110 | 11000 | 1001100 | 101110 | 110111 |
Color Harmonies of #A5C158
Complementary color
Monochromatic Colors of #A5C158
Black with #A5C158
Text Example
Text Example
White with #A5C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C158; }
p { color: rgb(165,193,88); }
H1.HeaderClassName
{
color: #A5C158;
}
.AnyTagClassName
{
color: #A5C158;
}
</style>
background-color css
<style>
a { background-color: #A5C158; }
a { background-color: rgb(165,193,88); }
div.DivClassName
{
background-color: #A5C158;
}
.BgClassName
{
background-color: #A5C158;
}
</style>
border-color css
<style>
span { border-color: #A5C158; }
span { border-color: rgb(165,193,88); }
td.TdClassName
{
border-color: #A5C158;
}
.TagClassName
{
border-color: #A5C158;
}
</style>