Shades of Celery #ABC240
Tints of Celery #ABC240
RGB
CMYK
RGB Variations
Color information
#ABC240 (or 0xABC240) is known color: Celery. HEX triplet: AB, C2 and 40. RGB value is (171,194,64). Sum of RGB (Red+Green+Blue) = 171+194+64=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC240 is #543DBF. Grayscale: #ACACAC. Windows color (decimal): -5520832 or 4244139. OLE color: 4244139.
HSL color Cylindrical-coordinate representation of color #ABC240: hue angle of 70.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABC240 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 64 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.24 |
| HSL | 70.62º | 0.52% | 0.51% | - |
| HSV(B) | 70.62º | 0.67% | 0.76% | - |
| XYZ | 37.01 | 47.61 | 12.09 | - |
| YUV | 172.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 64 | 0.12 | 0 | 0.67 | 0.24 | 70.62 | 0.52 | 0.51 |
| Hex | AB | C2 | 40 | C | 0 | 43 | 18 | 47 | 34 | 33 |
| Octal | 253 | 302 | 100 | 14 | 0 | 103 | 30 | 107 | 64 | 63 |
| Binary | 10101011 | 11000010 | 1000000 | 1100 | 0 | 1000011 | 11000 | 1000111 | 110100 | 110011 |
Color Harmonies of #ABC240
Complementary color
Monochromatic Colors of #ABC240
Black with #ABC240
Text Example
Text Example
White with #ABC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC240; }
p { color: rgb(171,194,64); }
H1.HeaderClassName
{
color: #ABC240;
}
.AnyTagClassName
{
color: #ABC240;
}
</style>
background-color css
<style>
a { background-color: #ABC240; }
a { background-color: rgb(171,194,64); }
div.DivClassName
{
background-color: #ABC240;
}
.BgClassName
{
background-color: #ABC240;
}
</style>
border-color css
<style>
span { border-color: #ABC240; }
span { border-color: rgb(171,194,64); }
td.TdClassName
{
border-color: #ABC240;
}
.TagClassName
{
border-color: #ABC240;
}
</style>