Shades of Yellow Green #A1C12E
Tints of Yellow Green #A1C12E
RGB
CMYK
RGB Variations
Color information
#A1C12E (or 0xA1C12E) is known color: Yellow Green. HEX triplet: A1, C1 and 2E. RGB value is (161,193,46). Sum of RGB (Red+Green+Blue) = 161+193+46=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C12E is #5E3ED1. Grayscale: #A7A7A7. Windows color (decimal): -6176466 or 3064225. OLE color: 3064225.
HSL color Cylindrical-coordinate representation of color #A1C12E: hue angle of 73.06º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1C12E is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 46 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.24 |
| HSL | 73.06º | 0.62% | 0.47% | - |
| HSV(B) | 73.06º | 0.76% | 0.76% | - |
| XYZ | 34.26 | 45.91 | 9.64 | - |
| YUV | 166.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 46 | 0.17 | 0 | 0.76 | 0.24 | 73.06 | 0.62 | 0.47 |
| Hex | A1 | C1 | 2E | 11 | 0 | 4C | 18 | 49 | 3E | 2F |
| Octal | 241 | 301 | 56 | 21 | 0 | 114 | 30 | 111 | 76 | 57 |
| Binary | 10100001 | 11000001 | 101110 | 10001 | 0 | 1001100 | 11000 | 1001001 | 111110 | 101111 |
Color Harmonies of #A1C12E
Complementary color
Monochromatic Colors of #A1C12E
Black with #A1C12E
Text Example
Text Example
White with #A1C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C12E; }
p { color: rgb(161,193,46); }
H1.HeaderClassName
{
color: #A1C12E;
}
.AnyTagClassName
{
color: #A1C12E;
}
</style>
background-color css
<style>
a { background-color: #A1C12E; }
a { background-color: rgb(161,193,46); }
div.DivClassName
{
background-color: #A1C12E;
}
.BgClassName
{
background-color: #A1C12E;
}
</style>
border-color css
<style>
span { border-color: #A1C12E; }
span { border-color: rgb(161,193,46); }
td.TdClassName
{
border-color: #A1C12E;
}
.TagClassName
{
border-color: #A1C12E;
}
</style>