Shades of Celery #A8C15F
Tints of Celery #A8C15F
RGB
CMYK
RGB Variations
Color information
#A8C15F (or 0xA8C15F) is known color: Celery. HEX triplet: A8, C1 and 5F. RGB value is (168,193,95). Sum of RGB (Red+Green+Blue) = 168+193+95=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C15F is #573EA0. Grayscale: #AEAEAE. Windows color (decimal): -5717665 or 6275496. OLE color: 6275496.
HSL color Cylindrical-coordinate representation of color #A8C15F: hue angle of 75.31º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8C15F is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 95 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.24 |
| HSL | 75.31º | 0.44% | 0.56% | - |
| HSV(B) | 75.31º | 0.51% | 0.76% | - |
| XYZ | 37.28 | 47.29 | 17.99 | - |
| YUV | 174.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 95 | 0.13 | 0 | 0.51 | 0.24 | 75.31 | 0.44 | 0.56 |
| Hex | A8 | C1 | 5F | D | 0 | 33 | 18 | 4B | 2C | 38 |
| Octal | 250 | 301 | 137 | 15 | 0 | 63 | 30 | 113 | 54 | 70 |
| Binary | 10101000 | 11000001 | 1011111 | 1101 | 0 | 110011 | 11000 | 1001011 | 101100 | 111000 |
Color Harmonies of #A8C15F
Complementary color
Monochromatic Colors of #A8C15F
Black with #A8C15F
Text Example
Text Example
White with #A8C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C15F; }
p { color: rgb(168,193,95); }
H1.HeaderClassName
{
color: #A8C15F;
}
.AnyTagClassName
{
color: #A8C15F;
}
</style>
background-color css
<style>
a { background-color: #A8C15F; }
a { background-color: rgb(168,193,95); }
div.DivClassName
{
background-color: #A8C15F;
}
.BgClassName
{
background-color: #A8C15F;
}
</style>
border-color css
<style>
span { border-color: #A8C15F; }
span { border-color: rgb(168,193,95); }
td.TdClassName
{
border-color: #A8C15F;
}
.TagClassName
{
border-color: #A8C15F;
}
</style>