Shades of Yellow Green #A1C132
Tints of Yellow Green #A1C132
RGB
CMYK
RGB Variations
Color information
#A1C132 (or 0xA1C132) is known color: Yellow Green. HEX triplet: A1, C1 and 32. RGB value is (161,193,50). Sum of RGB (Red+Green+Blue) = 161+193+50=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C132 is #5E3ECD. Grayscale: #A7A7A7. Windows color (decimal): -6176462 or 3326369. OLE color: 3326369.
HSL color Cylindrical-coordinate representation of color #A1C132: hue angle of 73.43º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1C132 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 50 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.24 |
| HSL | 73.43º | 0.59% | 0.48% | - |
| HSV(B) | 73.43º | 0.74% | 0.76% | - |
| XYZ | 34.34 | 45.95 | 10.08 | - |
| YUV | 167.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 50 | 0.17 | 0 | 0.74 | 0.24 | 73.43 | 0.59 | 0.48 |
| Hex | A1 | C1 | 32 | 11 | 0 | 4A | 18 | 49 | 3B | 30 |
| Octal | 241 | 301 | 62 | 21 | 0 | 112 | 30 | 111 | 73 | 60 |
| Binary | 10100001 | 11000001 | 110010 | 10001 | 0 | 1001010 | 11000 | 1001001 | 111011 | 110000 |
Color Harmonies of #A1C132
Complementary color
Monochromatic Colors of #A1C132
Black with #A1C132
Text Example
Text Example
White with #A1C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C132; }
p { color: rgb(161,193,50); }
H1.HeaderClassName
{
color: #A1C132;
}
.AnyTagClassName
{
color: #A1C132;
}
</style>
background-color css
<style>
a { background-color: #A1C132; }
a { background-color: rgb(161,193,50); }
div.DivClassName
{
background-color: #A1C132;
}
.BgClassName
{
background-color: #A1C132;
}
</style>
border-color css
<style>
span { border-color: #A1C132; }
span { border-color: rgb(161,193,50); }
td.TdClassName
{
border-color: #A1C132;
}
.TagClassName
{
border-color: #A1C132;
}
</style>