Shades of Celery #ABC14D
Tints of Celery #ABC14D
RGB
CMYK
RGB Variations
Color information
#ABC14D (or 0xABC14D) is known color: Celery. HEX triplet: AB, C1 and 4D. RGB value is (171,193,77). Sum of RGB (Red+Green+Blue) = 171+193+77=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC14D is #543EB2. Grayscale: #ADADAD. Windows color (decimal): -5521075 or 5095851. OLE color: 5095851.
HSL color Cylindrical-coordinate representation of color #ABC14D: hue angle of 71.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABC14D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 77 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.24 |
| HSL | 71.38º | 0.48% | 0.53% | - |
| HSV(B) | 71.38º | 0.6% | 0.76% | - |
| XYZ | 37.2 | 47.33 | 14.2 | - |
| YUV | 173.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 77 | 0.11 | 0 | 0.60 | 0.24 | 71.38 | 0.48 | 0.53 |
| Hex | AB | C1 | 4D | B | 0 | 3C | 18 | 47 | 30 | 35 |
| Octal | 253 | 301 | 115 | 13 | 0 | 74 | 30 | 107 | 60 | 65 |
| Binary | 10101011 | 11000001 | 1001101 | 1011 | 0 | 111100 | 11000 | 1000111 | 110000 | 110101 |
Color Harmonies of #ABC14D
Complementary color
Monochromatic Colors of #ABC14D
Black with #ABC14D
Text Example
Text Example
White with #ABC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC14D; }
p { color: rgb(171,193,77); }
H1.HeaderClassName
{
color: #ABC14D;
}
.AnyTagClassName
{
color: #ABC14D;
}
</style>
background-color css
<style>
a { background-color: #ABC14D; }
a { background-color: rgb(171,193,77); }
div.DivClassName
{
background-color: #ABC14D;
}
.BgClassName
{
background-color: #ABC14D;
}
</style>
border-color css
<style>
span { border-color: #ABC14D; }
span { border-color: rgb(171,193,77); }
td.TdClassName
{
border-color: #ABC14D;
}
.TagClassName
{
border-color: #ABC14D;
}
</style>