Shades of Celery #ABC94D
Tints of Celery #ABC94D
RGB
CMYK
RGB Variations
Color information
#ABC94D (or 0xABC94D) is known color: Celery. HEX triplet: AB, C9 and 4D. RGB value is (171,201,77). Sum of RGB (Red+Green+Blue) = 171+201+77=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC94D is #5436B2. Grayscale: #B2B2B2. Windows color (decimal): -5519027 or 5097899. OLE color: 5097899.
HSL color Cylindrical-coordinate representation of color #ABC94D: hue angle of 74.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABC94D is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 77 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.21 |
| HSL | 74.52º | 0.53% | 0.55% | - |
| HSV(B) | 74.52º | 0.62% | 0.79% | - |
| XYZ | 39.02 | 50.97 | 14.8 | - |
| YUV | 177.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 77 | 0.15 | 0 | 0.62 | 0.21 | 74.52 | 0.53 | 0.55 |
| Hex | AB | C9 | 4D | F | 0 | 3E | 15 | 4B | 35 | 37 |
| Octal | 253 | 311 | 115 | 17 | 0 | 76 | 25 | 113 | 65 | 67 |
| Binary | 10101011 | 11001001 | 1001101 | 1111 | 0 | 111110 | 10101 | 1001011 | 110101 | 110111 |
Color Harmonies of #ABC94D
Complementary color
Monochromatic Colors of #ABC94D
Black with #ABC94D
Text Example
Text Example
White with #ABC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC94D; }
p { color: rgb(171,201,77); }
H1.HeaderClassName
{
color: #ABC94D;
}
.AnyTagClassName
{
color: #ABC94D;
}
</style>
background-color css
<style>
a { background-color: #ABC94D; }
a { background-color: rgb(171,201,77); }
div.DivClassName
{
background-color: #ABC94D;
}
.BgClassName
{
background-color: #ABC94D;
}
</style>
border-color css
<style>
span { border-color: #ABC94D; }
span { border-color: rgb(171,201,77); }
td.TdClassName
{
border-color: #ABC94D;
}
.TagClassName
{
border-color: #ABC94D;
}
</style>