Shades of Celery #ABC15A
Tints of Celery #ABC15A
RGB
CMYK
RGB Variations
Color information
#ABC15A (or 0xABC15A) is known color: Celery. HEX triplet: AB, C1 and 5A. RGB value is (171,193,90). Sum of RGB (Red+Green+Blue) = 171+193+90=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC15A is #543EA5. Grayscale: #AFAFAF. Windows color (decimal): -5521062 or 5947819. OLE color: 5947819.
HSL color Cylindrical-coordinate representation of color #ABC15A: hue angle of 72.82º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABC15A is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 90 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.24 |
| HSL | 72.82º | 0.45% | 0.55% | - |
| HSV(B) | 72.82º | 0.53% | 0.76% | - |
| XYZ | 37.71 | 47.54 | 16.86 | - |
| YUV | 174.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 90 | 0.11 | 0 | 0.53 | 0.24 | 72.82 | 0.45 | 0.55 |
| Hex | AB | C1 | 5A | B | 0 | 35 | 18 | 49 | 2D | 37 |
| Octal | 253 | 301 | 132 | 13 | 0 | 65 | 30 | 111 | 55 | 67 |
| Binary | 10101011 | 11000001 | 1011010 | 1011 | 0 | 110101 | 11000 | 1001001 | 101101 | 110111 |
Color Harmonies of #ABC15A
Complementary color
Monochromatic Colors of #ABC15A
Black with #ABC15A
Text Example
Text Example
White with #ABC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC15A; }
p { color: rgb(171,193,90); }
H1.HeaderClassName
{
color: #ABC15A;
}
.AnyTagClassName
{
color: #ABC15A;
}
</style>
background-color css
<style>
a { background-color: #ABC15A; }
a { background-color: rgb(171,193,90); }
div.DivClassName
{
background-color: #ABC15A;
}
.BgClassName
{
background-color: #ABC15A;
}
</style>
border-color css
<style>
span { border-color: #ABC15A; }
span { border-color: rgb(171,193,90); }
td.TdClassName
{
border-color: #ABC15A;
}
.TagClassName
{
border-color: #ABC15A;
}
</style>