Shades of Yellow Green #A1D325
Tints of Yellow Green #A1D325
RGB
CMYK
RGB Variations
Color information
#A1D325 (or 0xA1D325) is known color: Yellow Green. HEX triplet: A1, D3 and 25. RGB value is (161,211,37). Sum of RGB (Red+Green+Blue) = 161+211+37=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D325 is #5E2CDA. Grayscale: #B0B0B0. Windows color (decimal): -6171867 or 2479009. OLE color: 2479009.
HSL color Cylindrical-coordinate representation of color #A1D325: hue angle of 77.24º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1D325 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 37 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.17 |
| HSL | 77.24º | 0.7% | 0.49% | - |
| HSV(B) | 77.24º | 0.82% | 0.83% | - |
| XYZ | 38.33 | 54.3 | 10.21 | - |
| YUV | 176.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 37 | 0.24 | 0 | 0.82 | 0.17 | 77.24 | 0.7 | 0.49 |
| Hex | A1 | D3 | 25 | 18 | 0 | 52 | 11 | 4D | 46 | 31 |
| Octal | 241 | 323 | 45 | 30 | 0 | 122 | 21 | 115 | 106 | 61 |
| Binary | 10100001 | 11010011 | 100101 | 11000 | 0 | 1010010 | 10001 | 1001101 | 1000110 | 110001 |
Color Harmonies of #A1D325
Complementary color
Monochromatic Colors of #A1D325
Black with #A1D325
Text Example
Text Example
White with #A1D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D325; }
p { color: rgb(161,211,37); }
H1.HeaderClassName
{
color: #A1D325;
}
.AnyTagClassName
{
color: #A1D325;
}
</style>
background-color css
<style>
a { background-color: #A1D325; }
a { background-color: rgb(161,211,37); }
div.DivClassName
{
background-color: #A1D325;
}
.BgClassName
{
background-color: #A1D325;
}
</style>
border-color css
<style>
span { border-color: #A1D325; }
span { border-color: rgb(161,211,37); }
td.TdClassName
{
border-color: #A1D325;
}
.TagClassName
{
border-color: #A1D325;
}
</style>