Shades of Yellow Green #A1C52C
Tints of Yellow Green #A1C52C
RGB
CMYK
RGB Variations
Color information
#A1C52C (or 0xA1C52C) is known color: Yellow Green. HEX triplet: A1, C5 and 2C. RGB value is (161,197,44). Sum of RGB (Red+Green+Blue) = 161+197+44=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C52C is #5E3AD3. Grayscale: #A9A9A9. Windows color (decimal): -6175444 or 2934177. OLE color: 2934177.
HSL color Cylindrical-coordinate representation of color #A1C52C: hue angle of 74.12º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1C52C is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 44 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.23 |
| HSL | 74.12º | 0.63% | 0.47% | - |
| HSV(B) | 74.12º | 0.78% | 0.77% | - |
| XYZ | 35.12 | 47.69 | 9.74 | - |
| YUV | 168.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 44 | 0.18 | 0 | 0.78 | 0.23 | 74.12 | 0.63 | 0.47 |
| Hex | A1 | C5 | 2C | 12 | 0 | 4E | 17 | 4A | 3F | 2F |
| Octal | 241 | 305 | 54 | 22 | 0 | 116 | 27 | 112 | 77 | 57 |
| Binary | 10100001 | 11000101 | 101100 | 10010 | 0 | 1001110 | 10111 | 1001010 | 111111 | 101111 |
Color Harmonies of #A1C52C
Complementary color
Monochromatic Colors of #A1C52C
Black with #A1C52C
Text Example
Text Example
White with #A1C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C52C; }
p { color: rgb(161,197,44); }
H1.HeaderClassName
{
color: #A1C52C;
}
.AnyTagClassName
{
color: #A1C52C;
}
</style>
background-color css
<style>
a { background-color: #A1C52C; }
a { background-color: rgb(161,197,44); }
div.DivClassName
{
background-color: #A1C52C;
}
.BgClassName
{
background-color: #A1C52C;
}
</style>
border-color css
<style>
span { border-color: #A1C52C; }
span { border-color: rgb(161,197,44); }
td.TdClassName
{
border-color: #A1C52C;
}
.TagClassName
{
border-color: #A1C52C;
}
</style>