Shades of Celery #A6C245
Tints of Celery #A6C245
RGB
CMYK
RGB Variations
Color information
#A6C245 (or 0xA6C245) is known color: Celery. HEX triplet: A6, C2 and 45. RGB value is (166,194,69). Sum of RGB (Red+Green+Blue) = 166+194+69=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C245 is #593DBA. Grayscale: #ABABAB. Windows color (decimal): -5848507 or 4571814. OLE color: 4571814.
HSL color Cylindrical-coordinate representation of color #A6C245: hue angle of 73.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6C245 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 69 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.24 |
| HSL | 73.44º | 0.51% | 0.52% | - |
| HSV(B) | 73.44º | 0.64% | 0.76% | - |
| XYZ | 36.09 | 47.12 | 12.82 | - |
| YUV | 171.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 69 | 0.14 | 0 | 0.64 | 0.24 | 73.44 | 0.51 | 0.52 |
| Hex | A6 | C2 | 45 | E | 0 | 40 | 18 | 49 | 33 | 34 |
| Octal | 246 | 302 | 105 | 16 | 0 | 100 | 30 | 111 | 63 | 64 |
| Binary | 10100110 | 11000010 | 1000101 | 1110 | 0 | 1000000 | 11000 | 1001001 | 110011 | 110100 |
Color Harmonies of #A6C245
Complementary color
Monochromatic Colors of #A6C245
Black with #A6C245
Text Example
Text Example
White with #A6C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C245; }
p { color: rgb(166,194,69); }
H1.HeaderClassName
{
color: #A6C245;
}
.AnyTagClassName
{
color: #A6C245;
}
</style>
background-color css
<style>
a { background-color: #A6C245; }
a { background-color: rgb(166,194,69); }
div.DivClassName
{
background-color: #A6C245;
}
.BgClassName
{
background-color: #A6C245;
}
</style>
border-color css
<style>
span { border-color: #A6C245; }
span { border-color: rgb(166,194,69); }
td.TdClassName
{
border-color: #A6C245;
}
.TagClassName
{
border-color: #A6C245;
}
</style>