Shades of Celery #A8C23C
Tints of Celery #A8C23C
RGB
CMYK
RGB Variations
Color information
#A8C23C (or 0xA8C23C) is known color: Celery. HEX triplet: A8, C2 and 3C. RGB value is (168,194,60). Sum of RGB (Red+Green+Blue) = 168+194+60=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C23C is #573DC3. Grayscale: #ABABAB. Windows color (decimal): -5717444 or 3981992. OLE color: 3981992.
HSL color Cylindrical-coordinate representation of color #A8C23C: hue angle of 71.64º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8C23C is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 60 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.24 |
| HSL | 71.64º | 0.53% | 0.5% | - |
| HSV(B) | 71.64º | 0.69% | 0.76% | - |
| XYZ | 36.26 | 47.23 | 11.48 | - |
| YUV | 170.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 60 | 0.13 | 0 | 0.69 | 0.24 | 71.64 | 0.53 | 0.5 |
| Hex | A8 | C2 | 3C | D | 0 | 45 | 18 | 48 | 35 | 32 |
| Octal | 250 | 302 | 74 | 15 | 0 | 105 | 30 | 110 | 65 | 62 |
| Binary | 10101000 | 11000010 | 111100 | 1101 | 0 | 1000101 | 11000 | 1001000 | 110101 | 110010 |
Color Harmonies of #A8C23C
Complementary color
Monochromatic Colors of #A8C23C
Black with #A8C23C
Text Example
Text Example
White with #A8C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C23C; }
p { color: rgb(168,194,60); }
H1.HeaderClassName
{
color: #A8C23C;
}
.AnyTagClassName
{
color: #A8C23C;
}
</style>
background-color css
<style>
a { background-color: #A8C23C; }
a { background-color: rgb(168,194,60); }
div.DivClassName
{
background-color: #A8C23C;
}
.BgClassName
{
background-color: #A8C23C;
}
</style>
border-color css
<style>
span { border-color: #A8C23C; }
span { border-color: rgb(168,194,60); }
td.TdClassName
{
border-color: #A8C23C;
}
.TagClassName
{
border-color: #A8C23C;
}
</style>