Shades of Celery #ABC23A
Tints of Celery #ABC23A
RGB
CMYK
RGB Variations
Color information
#ABC23A (or 0xABC23A) is known color: Celery. HEX triplet: AB, C2 and 3A. RGB value is (171,194,58). Sum of RGB (Red+Green+Blue) = 171+194+58=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC23A is #543DC5. Grayscale: #ACACAC. Windows color (decimal): -5520838 or 3850923. OLE color: 3850923.
HSL color Cylindrical-coordinate representation of color #ABC23A: hue angle of 70.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC23A is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 58 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.24 |
| HSL | 70.15º | 0.54% | 0.49% | - |
| HSV(B) | 70.15º | 0.7% | 0.76% | - |
| XYZ | 36.85 | 47.55 | 11.24 | - |
| YUV | 171.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 58 | 0.12 | 0 | 0.70 | 0.24 | 70.15 | 0.54 | 0.49 |
| Hex | AB | C2 | 3A | C | 0 | 46 | 18 | 46 | 36 | 31 |
| Octal | 253 | 302 | 72 | 14 | 0 | 106 | 30 | 106 | 66 | 61 |
| Binary | 10101011 | 11000010 | 111010 | 1100 | 0 | 1000110 | 11000 | 1000110 | 110110 | 110001 |
Color Harmonies of #ABC23A
Complementary color
Monochromatic Colors of #ABC23A
Black with #ABC23A
Text Example
Text Example
White with #ABC23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC23A; }
p { color: rgb(171,194,58); }
H1.HeaderClassName
{
color: #ABC23A;
}
.AnyTagClassName
{
color: #ABC23A;
}
</style>
background-color css
<style>
a { background-color: #ABC23A; }
a { background-color: rgb(171,194,58); }
div.DivClassName
{
background-color: #ABC23A;
}
.BgClassName
{
background-color: #ABC23A;
}
</style>
border-color css
<style>
span { border-color: #ABC23A; }
span { border-color: rgb(171,194,58); }
td.TdClassName
{
border-color: #ABC23A;
}
.TagClassName
{
border-color: #ABC23A;
}
</style>