Shades of Celery #ABC74A
Tints of Celery #ABC74A
RGB
CMYK
RGB Variations
Color information
#ABC74A (or 0xABC74A) is known color: Celery. HEX triplet: AB, C7 and 4A. RGB value is (171,199,74). Sum of RGB (Red+Green+Blue) = 171+199+74=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC74A is #5438B5. Grayscale: #B0B0B0. Windows color (decimal): -5519542 or 4900779. OLE color: 4900779.
HSL color Cylindrical-coordinate representation of color #ABC74A: hue angle of 73.44º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABC74A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 74 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.22 |
| HSL | 73.44º | 0.53% | 0.54% | - |
| HSV(B) | 73.44º | 0.63% | 0.78% | - |
| XYZ | 38.45 | 50 | 14.1 | - |
| YUV | 176.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 74 | 0.14 | 0 | 0.63 | 0.22 | 73.44 | 0.53 | 0.54 |
| Hex | AB | C7 | 4A | E | 0 | 3F | 16 | 49 | 35 | 36 |
| Octal | 253 | 307 | 112 | 16 | 0 | 77 | 26 | 111 | 65 | 66 |
| Binary | 10101011 | 11000111 | 1001010 | 1110 | 0 | 111111 | 10110 | 1001001 | 110101 | 110110 |
Color Harmonies of #ABC74A
Complementary color
Monochromatic Colors of #ABC74A
Black with #ABC74A
Text Example
Text Example
White with #ABC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC74A; }
p { color: rgb(171,199,74); }
H1.HeaderClassName
{
color: #ABC74A;
}
.AnyTagClassName
{
color: #ABC74A;
}
</style>
background-color css
<style>
a { background-color: #ABC74A; }
a { background-color: rgb(171,199,74); }
div.DivClassName
{
background-color: #ABC74A;
}
.BgClassName
{
background-color: #ABC74A;
}
</style>
border-color css
<style>
span { border-color: #ABC74A; }
span { border-color: rgb(171,199,74); }
td.TdClassName
{
border-color: #ABC74A;
}
.TagClassName
{
border-color: #ABC74A;
}
</style>