Shades of Celery #A1B24F
Tints of Celery #A1B24F
RGB
CMYK
RGB Variations
Color information
#A1B24F (or 0xA1B24F) is known color: Celery. HEX triplet: A1, B2 and 4F. RGB value is (161,178,79). Sum of RGB (Red+Green+Blue) = 161+178+79=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B24F is #5E4DB0. Grayscale: #A2A2A2. Windows color (decimal): -6180273 or 5223073. OLE color: 5223073.
HSL color Cylindrical-coordinate representation of color #A1B24F: hue angle of 70.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1B24F is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 79 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.30 |
| HSL | 70.3º | 0.39% | 0.5% | - |
| HSV(B) | 70.3º | 0.56% | 0.7% | - |
| XYZ | 32.03 | 39.98 | 13.43 | - |
| YUV | 161.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 79 | 0.10 | 0 | 0.56 | 0.30 | 70.3 | 0.39 | 0.5 |
| Hex | A1 | B2 | 4F | A | 0 | 38 | 1E | 46 | 27 | 32 |
| Octal | 241 | 262 | 117 | 12 | 0 | 70 | 36 | 106 | 47 | 62 |
| Binary | 10100001 | 10110010 | 1001111 | 1010 | 0 | 111000 | 11110 | 1000110 | 100111 | 110010 |
Color Harmonies of #A1B24F
Complementary color
Monochromatic Colors of #A1B24F
Black with #A1B24F
Text Example
Text Example
White with #A1B24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B24F; }
p { color: rgb(161,178,79); }
H1.HeaderClassName
{
color: #A1B24F;
}
.AnyTagClassName
{
color: #A1B24F;
}
</style>
background-color css
<style>
a { background-color: #A1B24F; }
a { background-color: rgb(161,178,79); }
div.DivClassName
{
background-color: #A1B24F;
}
.BgClassName
{
background-color: #A1B24F;
}
</style>
border-color css
<style>
span { border-color: #A1B24F; }
span { border-color: rgb(161,178,79); }
td.TdClassName
{
border-color: #A1B24F;
}
.TagClassName
{
border-color: #A1B24F;
}
</style>