Shades of Celery #A1BE4A
Tints of Celery #A1BE4A
RGB
CMYK
RGB Variations
Color information
#A1BE4A (or 0xA1BE4A) is known color: Celery. HEX triplet: A1, BE and 4A. RGB value is (161,190,74). Sum of RGB (Red+Green+Blue) = 161+190+74=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE4A is #5E41B5. Grayscale: #A8A8A8. Windows color (decimal): -6177206 or 4898465. OLE color: 4898465.
HSL color Cylindrical-coordinate representation of color #A1BE4A: hue angle of 75º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1BE4A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 74 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.25 |
| HSL | 75º | 0.47% | 0.52% | - |
| HSV(B) | 75º | 0.61% | 0.75% | - |
| XYZ | 34.35 | 44.9 | 13.33 | - |
| YUV | 168.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 74 | 0.15 | 0 | 0.61 | 0.25 | 75 | 0.47 | 0.52 |
| Hex | A1 | BE | 4A | F | 0 | 3D | 19 | 4B | 2F | 34 |
| Octal | 241 | 276 | 112 | 17 | 0 | 75 | 31 | 113 | 57 | 64 |
| Binary | 10100001 | 10111110 | 1001010 | 1111 | 0 | 111101 | 11001 | 1001011 | 101111 | 110100 |
Color Harmonies of #A1BE4A
Complementary color
Monochromatic Colors of #A1BE4A
Black with #A1BE4A
Text Example
Text Example
White with #A1BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE4A; }
p { color: rgb(161,190,74); }
H1.HeaderClassName
{
color: #A1BE4A;
}
.AnyTagClassName
{
color: #A1BE4A;
}
</style>
background-color css
<style>
a { background-color: #A1BE4A; }
a { background-color: rgb(161,190,74); }
div.DivClassName
{
background-color: #A1BE4A;
}
.BgClassName
{
background-color: #A1BE4A;
}
</style>
border-color css
<style>
span { border-color: #A1BE4A; }
span { border-color: rgb(161,190,74); }
td.TdClassName
{
border-color: #A1BE4A;
}
.TagClassName
{
border-color: #A1BE4A;
}
</style>