Shades of Yellow Green #A1C62D
Tints of Yellow Green #A1C62D
RGB
CMYK
RGB Variations
Color information
#A1C62D (or 0xA1C62D) is known color: Yellow Green. HEX triplet: A1, C6 and 2D. RGB value is (161,198,45). Sum of RGB (Red+Green+Blue) = 161+198+45=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C62D is #5E39D2. Grayscale: #AAAAAA. Windows color (decimal): -6175187 or 2999969. OLE color: 2999969.
HSL color Cylindrical-coordinate representation of color #A1C62D: hue angle of 74.51º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1C62D is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 45 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.22 |
| HSL | 74.51º | 0.63% | 0.48% | - |
| HSV(B) | 74.51º | 0.77% | 0.78% | - |
| XYZ | 35.37 | 48.15 | 9.91 | - |
| YUV | 169.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 45 | 0.19 | 0 | 0.77 | 0.22 | 74.51 | 0.63 | 0.48 |
| Hex | A1 | C6 | 2D | 13 | 0 | 4D | 16 | 4B | 3F | 30 |
| Octal | 241 | 306 | 55 | 23 | 0 | 115 | 26 | 113 | 77 | 60 |
| Binary | 10100001 | 11000110 | 101101 | 10011 | 0 | 1001101 | 10110 | 1001011 | 111111 | 110000 |
Color Harmonies of #A1C62D
Complementary color
Monochromatic Colors of #A1C62D
Black with #A1C62D
Text Example
Text Example
White with #A1C62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C62D; }
p { color: rgb(161,198,45); }
H1.HeaderClassName
{
color: #A1C62D;
}
.AnyTagClassName
{
color: #A1C62D;
}
</style>
background-color css
<style>
a { background-color: #A1C62D; }
a { background-color: rgb(161,198,45); }
div.DivClassName
{
background-color: #A1C62D;
}
.BgClassName
{
background-color: #A1C62D;
}
</style>
border-color css
<style>
span { border-color: #A1C62D; }
span { border-color: rgb(161,198,45); }
td.TdClassName
{
border-color: #A1C62D;
}
.TagClassName
{
border-color: #A1C62D;
}
</style>