Shades of Yellow Green #A1C530
Tints of Yellow Green #A1C530
RGB
CMYK
RGB Variations
Color information
#A1C530 (or 0xA1C530) is known color: Yellow Green. HEX triplet: A1, C5 and 30. RGB value is (161,197,48). Sum of RGB (Red+Green+Blue) = 161+197+48=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C530 is #5E3ACF. Grayscale: #A9A9A9. Windows color (decimal): -6175440 or 3196321. OLE color: 3196321.
HSL color Cylindrical-coordinate representation of color #A1C530: hue angle of 74.5º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1C530 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 48 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.23 |
| HSL | 74.5º | 0.61% | 0.48% | - |
| HSV(B) | 74.5º | 0.76% | 0.77% | - |
| XYZ | 35.2 | 47.72 | 10.15 | - |
| YUV | 169.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 48 | 0.18 | 0 | 0.76 | 0.23 | 74.5 | 0.61 | 0.48 |
| Hex | A1 | C5 | 30 | 12 | 0 | 4C | 17 | 4A | 3D | 30 |
| Octal | 241 | 305 | 60 | 22 | 0 | 114 | 27 | 112 | 75 | 60 |
| Binary | 10100001 | 11000101 | 110000 | 10010 | 0 | 1001100 | 10111 | 1001010 | 111101 | 110000 |
Color Harmonies of #A1C530
Complementary color
Monochromatic Colors of #A1C530
Black with #A1C530
Text Example
Text Example
White with #A1C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C530; }
p { color: rgb(161,197,48); }
H1.HeaderClassName
{
color: #A1C530;
}
.AnyTagClassName
{
color: #A1C530;
}
</style>
background-color css
<style>
a { background-color: #A1C530; }
a { background-color: rgb(161,197,48); }
div.DivClassName
{
background-color: #A1C530;
}
.BgClassName
{
background-color: #A1C530;
}
</style>
border-color css
<style>
span { border-color: #A1C530; }
span { border-color: rgb(161,197,48); }
td.TdClassName
{
border-color: #A1C530;
}
.TagClassName
{
border-color: #A1C530;
}
</style>