Shades of Celery #A8C34C
Tints of Celery #A8C34C
RGB
CMYK
RGB Variations
Color information
#A8C34C (or 0xA8C34C) is known color: Celery. HEX triplet: A8, C3 and 4C. RGB value is (168,195,76). Sum of RGB (Red+Green+Blue) = 168+195+76=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C34C is #573CB3. Grayscale: #ADADAD. Windows color (decimal): -5717172 or 5030824. OLE color: 5030824.
HSL color Cylindrical-coordinate representation of color #A8C34C: hue angle of 73.61º degrees, saturation: 0.5, 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 #A8C34C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 76 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.24 |
| HSL | 73.61º | 0.5% | 0.53% | - |
| HSV(B) | 73.61º | 0.61% | 0.76% | - |
| XYZ | 36.97 | 47.88 | 14.13 | - |
| YUV | 173.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 76 | 0.14 | 0 | 0.61 | 0.24 | 73.61 | 0.5 | 0.53 |
| Hex | A8 | C3 | 4C | E | 0 | 3D | 18 | 4A | 32 | 35 |
| Octal | 250 | 303 | 114 | 16 | 0 | 75 | 30 | 112 | 62 | 65 |
| Binary | 10101000 | 11000011 | 1001100 | 1110 | 0 | 111101 | 11000 | 1001010 | 110010 | 110101 |
Color Harmonies of #A8C34C
Complementary color
Monochromatic Colors of #A8C34C
Black with #A8C34C
Text Example
Text Example
White with #A8C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C34C; }
p { color: rgb(168,195,76); }
H1.HeaderClassName
{
color: #A8C34C;
}
.AnyTagClassName
{
color: #A8C34C;
}
</style>
background-color css
<style>
a { background-color: #A8C34C; }
a { background-color: rgb(168,195,76); }
div.DivClassName
{
background-color: #A8C34C;
}
.BgClassName
{
background-color: #A8C34C;
}
</style>
border-color css
<style>
span { border-color: #A8C34C; }
span { border-color: rgb(168,195,76); }
td.TdClassName
{
border-color: #A8C34C;
}
.TagClassName
{
border-color: #A8C34C;
}
</style>