Shades of Yellow Green #A1C52B
Tints of Yellow Green #A1C52B
RGB
CMYK
RGB Variations
Color information
#A1C52B (or 0xA1C52B) is known color: Yellow Green. HEX triplet: A1, C5 and 2B. RGB value is (161,197,43). Sum of RGB (Red+Green+Blue) = 161+197+43=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C52B is #5E3AD4. Grayscale: #A9A9A9. Windows color (decimal): -6175445 or 2868641. OLE color: 2868641.
HSL color Cylindrical-coordinate representation of color #A1C52B: hue angle of 74.03º degrees, saturation: 0.64, 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 #A1C52B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 43 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.23 |
| HSL | 74.03º | 0.64% | 0.47% | - |
| HSV(B) | 74.03º | 0.78% | 0.77% | - |
| XYZ | 35.1 | 47.68 | 9.64 | - |
| YUV | 168.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 43 | 0.18 | 0 | 0.78 | 0.23 | 74.03 | 0.64 | 0.47 |
| Hex | A1 | C5 | 2B | 12 | 0 | 4E | 17 | 4A | 40 | 2F |
| Octal | 241 | 305 | 53 | 22 | 0 | 116 | 27 | 112 | 100 | 57 |
| Binary | 10100001 | 11000101 | 101011 | 10010 | 0 | 1001110 | 10111 | 1001010 | 1000000 | 101111 |
Color Harmonies of #A1C52B
Complementary color
Monochromatic Colors of #A1C52B
Black with #A1C52B
Text Example
Text Example
White with #A1C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C52B; }
p { color: rgb(161,197,43); }
H1.HeaderClassName
{
color: #A1C52B;
}
.AnyTagClassName
{
color: #A1C52B;
}
</style>
background-color css
<style>
a { background-color: #A1C52B; }
a { background-color: rgb(161,197,43); }
div.DivClassName
{
background-color: #A1C52B;
}
.BgClassName
{
background-color: #A1C52B;
}
</style>
border-color css
<style>
span { border-color: #A1C52B; }
span { border-color: rgb(161,197,43); }
td.TdClassName
{
border-color: #A1C52B;
}
.TagClassName
{
border-color: #A1C52B;
}
</style>