Shades of Celery #A5C150
Tints of Celery #A5C150
RGB
CMYK
RGB Variations
Color information
#A5C150 (or 0xA5C150) is known color: Celery. HEX triplet: A5, C1 and 50. RGB value is (165,193,80). Sum of RGB (Red+Green+Blue) = 165+193+80=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C150 is #5A3EAF. Grayscale: #ACACAC. Windows color (decimal): -5914288 or 5292453. OLE color: 5292453.
HSL color Cylindrical-coordinate representation of color #A5C150: hue angle of 74.87º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5C150 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 80 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.24 |
| HSL | 74.87º | 0.48% | 0.54% | - |
| HSV(B) | 74.87º | 0.59% | 0.76% | - |
| XYZ | 36.03 | 46.72 | 14.71 | - |
| YUV | 171.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 80 | 0.15 | 0 | 0.59 | 0.24 | 74.87 | 0.48 | 0.54 |
| Hex | A5 | C1 | 50 | F | 0 | 3B | 18 | 4B | 30 | 36 |
| Octal | 245 | 301 | 120 | 17 | 0 | 73 | 30 | 113 | 60 | 66 |
| Binary | 10100101 | 11000001 | 1010000 | 1111 | 0 | 111011 | 11000 | 1001011 | 110000 | 110110 |
Color Harmonies of #A5C150
Complementary color
Monochromatic Colors of #A5C150
Black with #A5C150
Text Example
Text Example
White with #A5C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C150; }
p { color: rgb(165,193,80); }
H1.HeaderClassName
{
color: #A5C150;
}
.AnyTagClassName
{
color: #A5C150;
}
</style>
background-color css
<style>
a { background-color: #A5C150; }
a { background-color: rgb(165,193,80); }
div.DivClassName
{
background-color: #A5C150;
}
.BgClassName
{
background-color: #A5C150;
}
</style>
border-color css
<style>
span { border-color: #A5C150; }
span { border-color: rgb(165,193,80); }
td.TdClassName
{
border-color: #A5C150;
}
.TagClassName
{
border-color: #A5C150;
}
</style>