Shades of Yellow Green #A1CF2E
Tints of Yellow Green #A1CF2E
RGB
CMYK
RGB Variations
Color information
#A1CF2E (or 0xA1CF2E) is known color: Yellow Green. HEX triplet: A1, CF and 2E. RGB value is (161,207,46). Sum of RGB (Red+Green+Blue) = 161+207+46=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CF2E is #5E30D1. Grayscale: #AFAFAF. Windows color (decimal): -6172882 or 3067809. OLE color: 3067809.
HSL color Cylindrical-coordinate representation of color #A1CF2E: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1CF2E is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 46 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.19 |
| HSL | 77.14º | 0.64% | 0.5% | - |
| HSV(B) | 77.14º | 0.78% | 0.81% | - |
| XYZ | 37.5 | 52.4 | 10.72 | - |
| YUV | 174.89 | 55.26 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 46 | 0.22 | 0 | 0.78 | 0.19 | 77.14 | 0.64 | 0.5 |
| Hex | A1 | CF | 2E | 16 | 0 | 4E | 13 | 4D | 40 | 32 |
| Octal | 241 | 317 | 56 | 26 | 0 | 116 | 23 | 115 | 100 | 62 |
| Binary | 10100001 | 11001111 | 101110 | 10110 | 0 | 1001110 | 10011 | 1001101 | 1000000 | 110010 |
Color Harmonies of #A1CF2E
Complementary color
Monochromatic Colors of #A1CF2E
Black with #A1CF2E
Text Example
Text Example
White with #A1CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF2E; }
p { color: rgb(161,207,46); }
H1.HeaderClassName
{
color: #A1CF2E;
}
.AnyTagClassName
{
color: #A1CF2E;
}
</style>
background-color css
<style>
a { background-color: #A1CF2E; }
a { background-color: rgb(161,207,46); }
div.DivClassName
{
background-color: #A1CF2E;
}
.BgClassName
{
background-color: #A1CF2E;
}
</style>
border-color css
<style>
span { border-color: #A1CF2E; }
span { border-color: rgb(161,207,46); }
td.TdClassName
{
border-color: #A1CF2E;
}
.TagClassName
{
border-color: #A1CF2E;
}
</style>