Shades of Yellow Green #A1C32D
Tints of Yellow Green #A1C32D
RGB
CMYK
RGB Variations
Color information
#A1C32D (or 0xA1C32D) is known color: Yellow Green. HEX triplet: A1, C3 and 2D. RGB value is (161,195,45). Sum of RGB (Red+Green+Blue) = 161+195+45=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C32D is #5E3CD2. Grayscale: #A8A8A8. Windows color (decimal): -6175955 or 2999201. OLE color: 2999201.
HSL color Cylindrical-coordinate representation of color #A1C32D: hue angle of 73.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1C32D is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 45 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.24 |
| HSL | 73.6º | 0.63% | 0.47% | - |
| HSV(B) | 73.6º | 0.77% | 0.76% | - |
| XYZ | 34.69 | 46.8 | 9.69 | - |
| YUV | 167.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 45 | 0.17 | 0 | 0.77 | 0.24 | 73.6 | 0.63 | 0.47 |
| Hex | A1 | C3 | 2D | 11 | 0 | 4D | 18 | 4A | 3E | 2F |
| Octal | 241 | 303 | 55 | 21 | 0 | 115 | 30 | 112 | 76 | 57 |
| Binary | 10100001 | 11000011 | 101101 | 10001 | 0 | 1001101 | 11000 | 1001010 | 111110 | 101111 |
Color Harmonies of #A1C32D
Complementary color
Monochromatic Colors of #A1C32D
Black with #A1C32D
Text Example
Text Example
White with #A1C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C32D; }
p { color: rgb(161,195,45); }
H1.HeaderClassName
{
color: #A1C32D;
}
.AnyTagClassName
{
color: #A1C32D;
}
</style>
background-color css
<style>
a { background-color: #A1C32D; }
a { background-color: rgb(161,195,45); }
div.DivClassName
{
background-color: #A1C32D;
}
.BgClassName
{
background-color: #A1C32D;
}
</style>
border-color css
<style>
span { border-color: #A1C32D; }
span { border-color: rgb(161,195,45); }
td.TdClassName
{
border-color: #A1C32D;
}
.TagClassName
{
border-color: #A1C32D;
}
</style>