Shades of Celery #A8C24C
Tints of Celery #A8C24C
RGB
CMYK
RGB Variations
Color information
#A8C24C (or 0xA8C24C) is known color: Celery. HEX triplet: A8, C2 and 4C. RGB value is (168,194,76). Sum of RGB (Red+Green+Blue) = 168+194+76=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C24C is #573DB3. Grayscale: #ADADAD. Windows color (decimal): -5717428 or 5030568. OLE color: 5030568.
HSL color Cylindrical-coordinate representation of color #A8C24C: hue angle of 73.22º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8C24C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 76 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.24 |
| HSL | 73.22º | 0.49% | 0.53% | - |
| HSV(B) | 73.22º | 0.61% | 0.76% | - |
| XYZ | 36.74 | 47.43 | 14.06 | - |
| YUV | 172.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 76 | 0.13 | 0 | 0.61 | 0.24 | 73.22 | 0.49 | 0.53 |
| Hex | A8 | C2 | 4C | D | 0 | 3D | 18 | 49 | 31 | 35 |
| Octal | 250 | 302 | 114 | 15 | 0 | 75 | 30 | 111 | 61 | 65 |
| Binary | 10101000 | 11000010 | 1001100 | 1101 | 0 | 111101 | 11000 | 1001001 | 110001 | 110101 |
Color Harmonies of #A8C24C
Complementary color
Monochromatic Colors of #A8C24C
Black with #A8C24C
Text Example
Text Example
White with #A8C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C24C; }
p { color: rgb(168,194,76); }
H1.HeaderClassName
{
color: #A8C24C;
}
.AnyTagClassName
{
color: #A8C24C;
}
</style>
background-color css
<style>
a { background-color: #A8C24C; }
a { background-color: rgb(168,194,76); }
div.DivClassName
{
background-color: #A8C24C;
}
.BgClassName
{
background-color: #A8C24C;
}
</style>
border-color css
<style>
span { border-color: #A8C24C; }
span { border-color: rgb(168,194,76); }
td.TdClassName
{
border-color: #A8C24C;
}
.TagClassName
{
border-color: #A8C24C;
}
</style>