Shades of Yellow Green #A1C32E
Tints of Yellow Green #A1C32E
RGB
CMYK
RGB Variations
Color information
#A1C32E (or 0xA1C32E) is known color: Yellow Green. HEX triplet: A1, C3 and 2E. RGB value is (161,195,46). Sum of RGB (Red+Green+Blue) = 161+195+46=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C32E is #5E3CD1. Grayscale: #A8A8A8. Windows color (decimal): -6175954 or 3064737. OLE color: 3064737.
HSL color Cylindrical-coordinate representation of color #A1C32E: hue angle of 73.69º 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 #A1C32E is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 46 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.24 |
| HSL | 73.69º | 0.62% | 0.47% | - |
| HSV(B) | 73.69º | 0.76% | 0.76% | - |
| XYZ | 34.71 | 46.8 | 9.79 | - |
| YUV | 167.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 46 | 0.17 | 0 | 0.76 | 0.24 | 73.69 | 0.62 | 0.47 |
| Hex | A1 | C3 | 2E | 11 | 0 | 4C | 18 | 4A | 3E | 2F |
| Octal | 241 | 303 | 56 | 21 | 0 | 114 | 30 | 112 | 76 | 57 |
| Binary | 10100001 | 11000011 | 101110 | 10001 | 0 | 1001100 | 11000 | 1001010 | 111110 | 101111 |
Color Harmonies of #A1C32E
Complementary color
Monochromatic Colors of #A1C32E
Black with #A1C32E
Text Example
Text Example
White with #A1C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C32E; }
p { color: rgb(161,195,46); }
H1.HeaderClassName
{
color: #A1C32E;
}
.AnyTagClassName
{
color: #A1C32E;
}
</style>
background-color css
<style>
a { background-color: #A1C32E; }
a { background-color: rgb(161,195,46); }
div.DivClassName
{
background-color: #A1C32E;
}
.BgClassName
{
background-color: #A1C32E;
}
</style>
border-color css
<style>
span { border-color: #A1C32E; }
span { border-color: rgb(161,195,46); }
td.TdClassName
{
border-color: #A1C32E;
}
.TagClassName
{
border-color: #A1C32E;
}
</style>