Shades of Yellow Green #A1D026
Tints of Yellow Green #A1D026
RGB
CMYK
RGB Variations
Color information
#A1D026 (or 0xA1D026) is known color: Yellow Green. HEX triplet: A1, D0 and 26. RGB value is (161,208,38). Sum of RGB (Red+Green+Blue) = 161+208+38=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D026 is #5E2FD9. Grayscale: #AFAFAF. Windows color (decimal): -6172634 or 2543777. OLE color: 2543777.
HSL color Cylindrical-coordinate representation of color #A1D026: hue angle of 76.59º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1D026 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 38 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.18 |
| HSL | 76.59º | 0.69% | 0.48% | - |
| HSV(B) | 76.59º | 0.82% | 0.82% | - |
| XYZ | 37.6 | 52.83 | 10.05 | - |
| YUV | 174.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 38 | 0.23 | 0 | 0.82 | 0.18 | 76.59 | 0.69 | 0.48 |
| Hex | A1 | D0 | 26 | 17 | 0 | 52 | 12 | 4D | 45 | 30 |
| Octal | 241 | 320 | 46 | 27 | 0 | 122 | 22 | 115 | 105 | 60 |
| Binary | 10100001 | 11010000 | 100110 | 10111 | 0 | 1010010 | 10010 | 1001101 | 1000101 | 110000 |
Color Harmonies of #A1D026
Complementary color
Monochromatic Colors of #A1D026
Black with #A1D026
Text Example
Text Example
White with #A1D026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D026; }
p { color: rgb(161,208,38); }
H1.HeaderClassName
{
color: #A1D026;
}
.AnyTagClassName
{
color: #A1D026;
}
</style>
background-color css
<style>
a { background-color: #A1D026; }
a { background-color: rgb(161,208,38); }
div.DivClassName
{
background-color: #A1D026;
}
.BgClassName
{
background-color: #A1D026;
}
</style>
border-color css
<style>
span { border-color: #A1D026; }
span { border-color: rgb(161,208,38); }
td.TdClassName
{
border-color: #A1D026;
}
.TagClassName
{
border-color: #A1D026;
}
</style>