Shades of Celery #ABC43A
Tints of Celery #ABC43A
RGB
CMYK
RGB Variations
Color information
#ABC43A (or 0xABC43A) is known color: Celery. HEX triplet: AB, C4 and 3A. RGB value is (171,196,58). Sum of RGB (Red+Green+Blue) = 171+196+58=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC43A is #543BC5. Grayscale: #ADADAD. Windows color (decimal): -5520326 or 3851435. OLE color: 3851435.
HSL color Cylindrical-coordinate representation of color #ABC43A: hue angle of 70.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC43A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 58 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.23 |
| HSL | 70.87º | 0.54% | 0.5% | - |
| HSV(B) | 70.87º | 0.7% | 0.77% | - |
| XYZ | 37.3 | 48.44 | 11.39 | - |
| YUV | 172.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 58 | 0.13 | 0 | 0.70 | 0.23 | 70.87 | 0.54 | 0.5 |
| Hex | AB | C4 | 3A | D | 0 | 46 | 17 | 47 | 36 | 32 |
| Octal | 253 | 304 | 72 | 15 | 0 | 106 | 27 | 107 | 66 | 62 |
| Binary | 10101011 | 11000100 | 111010 | 1101 | 0 | 1000110 | 10111 | 1000111 | 110110 | 110010 |
Color Harmonies of #ABC43A
Complementary color
Monochromatic Colors of #ABC43A
Black with #ABC43A
Text Example
Text Example
White with #ABC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC43A; }
p { color: rgb(171,196,58); }
H1.HeaderClassName
{
color: #ABC43A;
}
.AnyTagClassName
{
color: #ABC43A;
}
</style>
background-color css
<style>
a { background-color: #ABC43A; }
a { background-color: rgb(171,196,58); }
div.DivClassName
{
background-color: #ABC43A;
}
.BgClassName
{
background-color: #ABC43A;
}
</style>
border-color css
<style>
span { border-color: #ABC43A; }
span { border-color: rgb(171,196,58); }
td.TdClassName
{
border-color: #ABC43A;
}
.TagClassName
{
border-color: #ABC43A;
}
</style>