Shades of Celery #A6C25F
Tints of Celery #A6C25F
RGB
CMYK
RGB Variations
Color information
#A6C25F (or 0xA6C25F) is known color: Celery. HEX triplet: A6, C2 and 5F. RGB value is (166,194,95). Sum of RGB (Red+Green+Blue) = 166+194+95=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C25F is #593DA0. Grayscale: #AEAEAE. Windows color (decimal): -5848481 or 6275750. OLE color: 6275750.
HSL color Cylindrical-coordinate representation of color #A6C25F: hue angle of 76.97º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6C25F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 95 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.24 |
| HSL | 76.97º | 0.45% | 0.57% | - |
| HSV(B) | 76.97º | 0.51% | 0.76% | - |
| XYZ | 37.08 | 47.52 | 18.04 | - |
| YUV | 174.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 95 | 0.14 | 0 | 0.51 | 0.24 | 76.97 | 0.45 | 0.57 |
| Hex | A6 | C2 | 5F | E | 0 | 33 | 18 | 4D | 2D | 39 |
| Octal | 246 | 302 | 137 | 16 | 0 | 63 | 30 | 115 | 55 | 71 |
| Binary | 10100110 | 11000010 | 1011111 | 1110 | 0 | 110011 | 11000 | 1001101 | 101101 | 111001 |
Color Harmonies of #A6C25F
Complementary color
Monochromatic Colors of #A6C25F
Black with #A6C25F
Text Example
Text Example
White with #A6C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C25F; }
p { color: rgb(166,194,95); }
H1.HeaderClassName
{
color: #A6C25F;
}
.AnyTagClassName
{
color: #A6C25F;
}
</style>
background-color css
<style>
a { background-color: #A6C25F; }
a { background-color: rgb(166,194,95); }
div.DivClassName
{
background-color: #A6C25F;
}
.BgClassName
{
background-color: #A6C25F;
}
</style>
border-color css
<style>
span { border-color: #A6C25F; }
span { border-color: rgb(166,194,95); }
td.TdClassName
{
border-color: #A6C25F;
}
.TagClassName
{
border-color: #A6C25F;
}
</style>