Shades of Celery #ABC25E
Tints of Celery #ABC25E
RGB
CMYK
RGB Variations
Color information
#ABC25E (or 0xABC25E) is known color: Celery. HEX triplet: AB, C2 and 5E. RGB value is (171,194,94). Sum of RGB (Red+Green+Blue) = 171+194+94=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC25E is #543DA1. Grayscale: #B0B0B0. Windows color (decimal): -5520802 or 6210219. OLE color: 6210219.
HSL color Cylindrical-coordinate representation of color #ABC25E: hue angle of 73.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABC25E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 94 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.24 |
| HSL | 73.8º | 0.45% | 0.56% | - |
| HSV(B) | 73.8º | 0.52% | 0.76% | - |
| XYZ | 38.11 | 48.05 | 17.86 | - |
| YUV | 175.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 94 | 0.12 | 0 | 0.52 | 0.24 | 73.8 | 0.45 | 0.56 |
| Hex | AB | C2 | 5E | C | 0 | 34 | 18 | 4A | 2D | 38 |
| Octal | 253 | 302 | 136 | 14 | 0 | 64 | 30 | 112 | 55 | 70 |
| Binary | 10101011 | 11000010 | 1011110 | 1100 | 0 | 110100 | 11000 | 1001010 | 101101 | 111000 |
Color Harmonies of #ABC25E
Complementary color
Monochromatic Colors of #ABC25E
Black with #ABC25E
Text Example
Text Example
White with #ABC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC25E; }
p { color: rgb(171,194,94); }
H1.HeaderClassName
{
color: #ABC25E;
}
.AnyTagClassName
{
color: #ABC25E;
}
</style>
background-color css
<style>
a { background-color: #ABC25E; }
a { background-color: rgb(171,194,94); }
div.DivClassName
{
background-color: #ABC25E;
}
.BgClassName
{
background-color: #ABC25E;
}
</style>
border-color css
<style>
span { border-color: #ABC25E; }
span { border-color: rgb(171,194,94); }
td.TdClassName
{
border-color: #ABC25E;
}
.TagClassName
{
border-color: #ABC25E;
}
</style>