Shades of Celery #ABC14A
Tints of Celery #ABC14A
RGB
CMYK
RGB Variations
Color information
#ABC14A (or 0xABC14A) is known color: Celery. HEX triplet: AB, C1 and 4A. RGB value is (171,193,74). Sum of RGB (Red+Green+Blue) = 171+193+74=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC14A is #543EB5. Grayscale: #ADADAD. Windows color (decimal): -5521078 or 4899243. OLE color: 4899243.
HSL color Cylindrical-coordinate representation of color #ABC14A: hue angle of 71.09º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABC14A is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 74 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.24 |
| HSL | 71.09º | 0.49% | 0.52% | - |
| HSV(B) | 71.09º | 0.62% | 0.76% | - |
| XYZ | 37.1 | 47.29 | 13.65 | - |
| YUV | 172.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 74 | 0.11 | 0 | 0.62 | 0.24 | 71.09 | 0.49 | 0.52 |
| Hex | AB | C1 | 4A | B | 0 | 3E | 18 | 47 | 31 | 34 |
| Octal | 253 | 301 | 112 | 13 | 0 | 76 | 30 | 107 | 61 | 64 |
| Binary | 10101011 | 11000001 | 1001010 | 1011 | 0 | 111110 | 11000 | 1000111 | 110001 | 110100 |
Color Harmonies of #ABC14A
Complementary color
Monochromatic Colors of #ABC14A
Black with #ABC14A
Text Example
Text Example
White with #ABC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC14A; }
p { color: rgb(171,193,74); }
H1.HeaderClassName
{
color: #ABC14A;
}
.AnyTagClassName
{
color: #ABC14A;
}
</style>
background-color css
<style>
a { background-color: #ABC14A; }
a { background-color: rgb(171,193,74); }
div.DivClassName
{
background-color: #ABC14A;
}
.BgClassName
{
background-color: #ABC14A;
}
</style>
border-color css
<style>
span { border-color: #ABC14A; }
span { border-color: rgb(171,193,74); }
td.TdClassName
{
border-color: #ABC14A;
}
.TagClassName
{
border-color: #ABC14A;
}
</style>