Shades of Yellow Green #A1C534
Tints of Yellow Green #A1C534
RGB
CMYK
RGB Variations
Color information
#A1C534 (or 0xA1C534) is known color: Yellow Green. HEX triplet: A1, C5 and 34. RGB value is (161,197,52). Sum of RGB (Red+Green+Blue) = 161+197+52=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C534 is #5E3ACB. Grayscale: #AAAAAA. Windows color (decimal): -6175436 or 3458465. OLE color: 3458465.
HSL color Cylindrical-coordinate representation of color #A1C534: hue angle of 74.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1C534 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 52 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.23 |
| HSL | 74.9º | 0.58% | 0.49% | - |
| HSV(B) | 74.9º | 0.74% | 0.77% | - |
| XYZ | 35.28 | 47.76 | 10.61 | - |
| YUV | 169.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 52 | 0.18 | 0 | 0.74 | 0.23 | 74.9 | 0.58 | 0.49 |
| Hex | A1 | C5 | 34 | 12 | 0 | 4A | 17 | 4B | 3A | 31 |
| Octal | 241 | 305 | 64 | 22 | 0 | 112 | 27 | 113 | 72 | 61 |
| Binary | 10100001 | 11000101 | 110100 | 10010 | 0 | 1001010 | 10111 | 1001011 | 111010 | 110001 |
Color Harmonies of #A1C534
Complementary color
Monochromatic Colors of #A1C534
Black with #A1C534
Text Example
Text Example
White with #A1C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C534; }
p { color: rgb(161,197,52); }
H1.HeaderClassName
{
color: #A1C534;
}
.AnyTagClassName
{
color: #A1C534;
}
</style>
background-color css
<style>
a { background-color: #A1C534; }
a { background-color: rgb(161,197,52); }
div.DivClassName
{
background-color: #A1C534;
}
.BgClassName
{
background-color: #A1C534;
}
</style>
border-color css
<style>
span { border-color: #A1C534; }
span { border-color: rgb(161,197,52); }
td.TdClassName
{
border-color: #A1C534;
}
.TagClassName
{
border-color: #A1C534;
}
</style>