Shades of Celery #ABC34A
Tints of Celery #ABC34A
RGB
CMYK
RGB Variations
Color information
#ABC34A (or 0xABC34A) is known color: Celery. HEX triplet: AB, C3 and 4A. RGB value is (171,195,74). Sum of RGB (Red+Green+Blue) = 171+195+74=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC34A is #543CB5. Grayscale: #AEAEAE. Windows color (decimal): -5520566 or 4899755. OLE color: 4899755.
HSL color Cylindrical-coordinate representation of color #ABC34A: hue angle of 71.9º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABC34A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 74 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.24 |
| HSL | 71.9º | 0.5% | 0.53% | - |
| HSV(B) | 71.9º | 0.62% | 0.76% | - |
| XYZ | 37.55 | 48.18 | 13.8 | - |
| YUV | 174.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 74 | 0.12 | 0 | 0.62 | 0.24 | 71.9 | 0.5 | 0.53 |
| Hex | AB | C3 | 4A | C | 0 | 3E | 18 | 48 | 32 | 35 |
| Octal | 253 | 303 | 112 | 14 | 0 | 76 | 30 | 110 | 62 | 65 |
| Binary | 10101011 | 11000011 | 1001010 | 1100 | 0 | 111110 | 11000 | 1001000 | 110010 | 110101 |
Color Harmonies of #ABC34A
Complementary color
Monochromatic Colors of #ABC34A
Black with #ABC34A
Text Example
Text Example
White with #ABC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC34A; }
p { color: rgb(171,195,74); }
H1.HeaderClassName
{
color: #ABC34A;
}
.AnyTagClassName
{
color: #ABC34A;
}
</style>
background-color css
<style>
a { background-color: #ABC34A; }
a { background-color: rgb(171,195,74); }
div.DivClassName
{
background-color: #ABC34A;
}
.BgClassName
{
background-color: #ABC34A;
}
</style>
border-color css
<style>
span { border-color: #ABC34A; }
span { border-color: rgb(171,195,74); }
td.TdClassName
{
border-color: #ABC34A;
}
.TagClassName
{
border-color: #ABC34A;
}
</style>