Shades of Celery #ABC03A
Tints of Celery #ABC03A
RGB
CMYK
RGB Variations
Color information
#ABC03A (or 0xABC03A) is known color: Celery. HEX triplet: AB, C0 and 3A. RGB value is (171,192,58). Sum of RGB (Red+Green+Blue) = 171+192+58=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC03A is #543FC5. Grayscale: #AAAAAA. Windows color (decimal): -5521350 or 3850411. OLE color: 3850411.
HSL color Cylindrical-coordinate representation of color #ABC03A: hue angle of 69.4º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC03A is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 58 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.25 |
| HSL | 69.4º | 0.54% | 0.49% | - |
| HSV(B) | 69.4º | 0.7% | 0.75% | - |
| XYZ | 36.41 | 46.66 | 11.09 | - |
| YUV | 170.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 58 | 0.11 | 0 | 0.70 | 0.25 | 69.4 | 0.54 | 0.49 |
| Hex | AB | C0 | 3A | B | 0 | 46 | 19 | 45 | 36 | 31 |
| Octal | 253 | 300 | 72 | 13 | 0 | 106 | 31 | 105 | 66 | 61 |
| Binary | 10101011 | 11000000 | 111010 | 1011 | 0 | 1000110 | 11001 | 1000101 | 110110 | 110001 |
Color Harmonies of #ABC03A
Complementary color
Monochromatic Colors of #ABC03A
Black with #ABC03A
Text Example
Text Example
White with #ABC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC03A; }
p { color: rgb(171,192,58); }
H1.HeaderClassName
{
color: #ABC03A;
}
.AnyTagClassName
{
color: #ABC03A;
}
</style>
background-color css
<style>
a { background-color: #ABC03A; }
a { background-color: rgb(171,192,58); }
div.DivClassName
{
background-color: #ABC03A;
}
.BgClassName
{
background-color: #ABC03A;
}
</style>
border-color css
<style>
span { border-color: #ABC03A; }
span { border-color: rgb(171,192,58); }
td.TdClassName
{
border-color: #ABC03A;
}
.TagClassName
{
border-color: #ABC03A;
}
</style>