Shades of Celery #ABC25A
Tints of Celery #ABC25A
RGB
CMYK
RGB Variations
Color information
#ABC25A (or 0xABC25A) is known color: Celery. HEX triplet: AB, C2 and 5A. RGB value is (171,194,90). Sum of RGB (Red+Green+Blue) = 171+194+90=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC25A is #543DA5. Grayscale: #AFAFAF. Windows color (decimal): -5520806 or 5948075. OLE color: 5948075.
HSL color Cylindrical-coordinate representation of color #ABC25A: hue angle of 73.27º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABC25A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 90 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.24 |
| HSL | 73.27º | 0.46% | 0.56% | - |
| HSV(B) | 73.27º | 0.54% | 0.76% | - |
| XYZ | 37.93 | 47.98 | 16.93 | - |
| YUV | 175.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 90 | 0.12 | 0 | 0.54 | 0.24 | 73.27 | 0.46 | 0.56 |
| Hex | AB | C2 | 5A | C | 0 | 36 | 18 | 49 | 2E | 38 |
| Octal | 253 | 302 | 132 | 14 | 0 | 66 | 30 | 111 | 56 | 70 |
| Binary | 10101011 | 11000010 | 1011010 | 1100 | 0 | 110110 | 11000 | 1001001 | 101110 | 111000 |
Color Harmonies of #ABC25A
Complementary color
Monochromatic Colors of #ABC25A
Black with #ABC25A
Text Example
Text Example
White with #ABC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC25A; }
p { color: rgb(171,194,90); }
H1.HeaderClassName
{
color: #ABC25A;
}
.AnyTagClassName
{
color: #ABC25A;
}
</style>
background-color css
<style>
a { background-color: #ABC25A; }
a { background-color: rgb(171,194,90); }
div.DivClassName
{
background-color: #ABC25A;
}
.BgClassName
{
background-color: #ABC25A;
}
</style>
border-color css
<style>
span { border-color: #ABC25A; }
span { border-color: rgb(171,194,90); }
td.TdClassName
{
border-color: #ABC25A;
}
.TagClassName
{
border-color: #ABC25A;
}
</style>