Shades of Yellow Green #A1C536
Tints of Yellow Green #A1C536
RGB
CMYK
RGB Variations
Color information
#A1C536 (or 0xA1C536) is known color: Yellow Green. HEX triplet: A1, C5 and 36. RGB value is (161,197,54). Sum of RGB (Red+Green+Blue) = 161+197+54=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C536 is #5E3AC9. Grayscale: #AAAAAA. Windows color (decimal): -6175434 or 3589537. OLE color: 3589537.
HSL color Cylindrical-coordinate representation of color #A1C536: hue angle of 75.1º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1C536 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 54 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.23 |
| HSL | 75.1º | 0.57% | 0.49% | - |
| HSV(B) | 75.1º | 0.73% | 0.77% | - |
| XYZ | 35.33 | 47.78 | 10.85 | - |
| YUV | 169.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 54 | 0.18 | 0 | 0.73 | 0.23 | 75.1 | 0.57 | 0.49 |
| Hex | A1 | C5 | 36 | 12 | 0 | 49 | 17 | 4B | 39 | 31 |
| Octal | 241 | 305 | 66 | 22 | 0 | 111 | 27 | 113 | 71 | 61 |
| Binary | 10100001 | 11000101 | 110110 | 10010 | 0 | 1001001 | 10111 | 1001011 | 111001 | 110001 |
Color Harmonies of #A1C536
Complementary color
Monochromatic Colors of #A1C536
Black with #A1C536
Text Example
Text Example
White with #A1C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C536; }
p { color: rgb(161,197,54); }
H1.HeaderClassName
{
color: #A1C536;
}
.AnyTagClassName
{
color: #A1C536;
}
</style>
background-color css
<style>
a { background-color: #A1C536; }
a { background-color: rgb(161,197,54); }
div.DivClassName
{
background-color: #A1C536;
}
.BgClassName
{
background-color: #A1C536;
}
</style>
border-color css
<style>
span { border-color: #A1C536; }
span { border-color: rgb(161,197,54); }
td.TdClassName
{
border-color: #A1C536;
}
.TagClassName
{
border-color: #A1C536;
}
</style>