Shades of Celery #A6C150
Tints of Celery #A6C150
RGB
CMYK
RGB Variations
Color information
#A6C150 (or 0xA6C150) is known color: Celery. HEX triplet: A6, C1 and 50. RGB value is (166,193,80). Sum of RGB (Red+Green+Blue) = 166+193+80=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C150 is #593EAF. Grayscale: #ACACAC. Windows color (decimal): -5848752 or 5292454. OLE color: 5292454.
HSL color Cylindrical-coordinate representation of color #A6C150: hue angle of 74.34º 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 #A6C150 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 80 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.24 |
| HSL | 74.34º | 0.48% | 0.54% | - |
| HSV(B) | 74.34º | 0.59% | 0.76% | - |
| XYZ | 36.24 | 46.83 | 14.72 | - |
| YUV | 172.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 80 | 0.14 | 0 | 0.59 | 0.24 | 74.34 | 0.48 | 0.54 |
| Hex | A6 | C1 | 50 | E | 0 | 3B | 18 | 4A | 30 | 36 |
| Octal | 246 | 301 | 120 | 16 | 0 | 73 | 30 | 112 | 60 | 66 |
| Binary | 10100110 | 11000001 | 1010000 | 1110 | 0 | 111011 | 11000 | 1001010 | 110000 | 110110 |
Color Harmonies of #A6C150
Complementary color
Monochromatic Colors of #A6C150
Black with #A6C150
Text Example
Text Example
White with #A6C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C150; }
p { color: rgb(166,193,80); }
H1.HeaderClassName
{
color: #A6C150;
}
.AnyTagClassName
{
color: #A6C150;
}
</style>
background-color css
<style>
a { background-color: #A6C150; }
a { background-color: rgb(166,193,80); }
div.DivClassName
{
background-color: #A6C150;
}
.BgClassName
{
background-color: #A6C150;
}
</style>
border-color css
<style>
span { border-color: #A6C150; }
span { border-color: rgb(166,193,80); }
td.TdClassName
{
border-color: #A6C150;
}
.TagClassName
{
border-color: #A6C150;
}
</style>