Shades of Celery #A8C13D
Tints of Celery #A8C13D
RGB
CMYK
RGB Variations
Color information
#A8C13D (or 0xA8C13D) is known color: Celery. HEX triplet: A8, C1 and 3D. RGB value is (168,193,61). Sum of RGB (Red+Green+Blue) = 168+193+61=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C13D is #573EC2. Grayscale: #AAAAAA. Windows color (decimal): -5717699 or 4047272. OLE color: 4047272.
HSL color Cylindrical-coordinate representation of color #A8C13D: hue angle of 71.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8C13D is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 61 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.24 |
| HSL | 71.36º | 0.52% | 0.5% | - |
| HSV(B) | 71.36º | 0.68% | 0.76% | - |
| XYZ | 36.06 | 46.8 | 11.55 | - |
| YUV | 170.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 61 | 0.13 | 0 | 0.68 | 0.24 | 71.36 | 0.52 | 0.5 |
| Hex | A8 | C1 | 3D | D | 0 | 44 | 18 | 47 | 34 | 32 |
| Octal | 250 | 301 | 75 | 15 | 0 | 104 | 30 | 107 | 64 | 62 |
| Binary | 10101000 | 11000001 | 111101 | 1101 | 0 | 1000100 | 11000 | 1000111 | 110100 | 110010 |
Color Harmonies of #A8C13D
Complementary color
Monochromatic Colors of #A8C13D
Black with #A8C13D
Text Example
Text Example
White with #A8C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C13D; }
p { color: rgb(168,193,61); }
H1.HeaderClassName
{
color: #A8C13D;
}
.AnyTagClassName
{
color: #A8C13D;
}
</style>
background-color css
<style>
a { background-color: #A8C13D; }
a { background-color: rgb(168,193,61); }
div.DivClassName
{
background-color: #A8C13D;
}
.BgClassName
{
background-color: #A8C13D;
}
</style>
border-color css
<style>
span { border-color: #A8C13D; }
span { border-color: rgb(168,193,61); }
td.TdClassName
{
border-color: #A8C13D;
}
.TagClassName
{
border-color: #A8C13D;
}
</style>