Shades of Yellow Green #A1D532
Tints of Yellow Green #A1D532
RGB
CMYK
RGB Variations
Color information
#A1D532 (or 0xA1D532) is known color: Yellow Green. HEX triplet: A1, D5 and 32. RGB value is (161,213,50). Sum of RGB (Red+Green+Blue) = 161+213+50=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D532 is #5E2ACD. Grayscale: #B3B3B3. Windows color (decimal): -6171342 or 3331489. OLE color: 3331489.
HSL color Cylindrical-coordinate representation of color #A1D532: hue angle of 79.14º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1D532 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 50 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.16 |
| HSL | 79.14º | 0.66% | 0.52% | - |
| HSV(B) | 79.14º | 0.77% | 0.84% | - |
| XYZ | 39.07 | 55.4 | 11.65 | - |
| YUV | 178.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 50 | 0.24 | 0 | 0.77 | 0.16 | 79.14 | 0.66 | 0.52 |
| Hex | A1 | D5 | 32 | 18 | 0 | 4D | 10 | 4F | 42 | 34 |
| Octal | 241 | 325 | 62 | 30 | 0 | 115 | 20 | 117 | 102 | 64 |
| Binary | 10100001 | 11010101 | 110010 | 11000 | 0 | 1001101 | 10000 | 1001111 | 1000010 | 110100 |
Color Harmonies of #A1D532
Complementary color
Monochromatic Colors of #A1D532
Black with #A1D532
Text Example
Text Example
White with #A1D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D532; }
p { color: rgb(161,213,50); }
H1.HeaderClassName
{
color: #A1D532;
}
.AnyTagClassName
{
color: #A1D532;
}
</style>
background-color css
<style>
a { background-color: #A1D532; }
a { background-color: rgb(161,213,50); }
div.DivClassName
{
background-color: #A1D532;
}
.BgClassName
{
background-color: #A1D532;
}
</style>
border-color css
<style>
span { border-color: #A1D532; }
span { border-color: rgb(161,213,50); }
td.TdClassName
{
border-color: #A1D532;
}
.TagClassName
{
border-color: #A1D532;
}
</style>