Shades of Yellow Green #A1D035
Tints of Yellow Green #A1D035
RGB
CMYK
RGB Variations
Color information
#A1D035 (or 0xA1D035) is known color: Yellow Green. HEX triplet: A1, D0 and 35. RGB value is (161,208,53). Sum of RGB (Red+Green+Blue) = 161+208+53=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D035 is #5E2FCA. Grayscale: #B0B0B0. Windows color (decimal): -6172619 or 3526817. OLE color: 3526817.
HSL color Cylindrical-coordinate representation of color #A1D035: hue angle of 78.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1D035 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 53 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.18 |
| HSL | 78.19º | 0.62% | 0.51% | - |
| HSV(B) | 78.19º | 0.75% | 0.82% | - |
| XYZ | 37.9 | 52.95 | 11.59 | - |
| YUV | 176.28 | 58.43 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 53 | 0.23 | 0 | 0.75 | 0.18 | 78.19 | 0.62 | 0.51 |
| Hex | A1 | D0 | 35 | 17 | 0 | 4B | 12 | 4E | 3E | 33 |
| Octal | 241 | 320 | 65 | 27 | 0 | 113 | 22 | 116 | 76 | 63 |
| Binary | 10100001 | 11010000 | 110101 | 10111 | 0 | 1001011 | 10010 | 1001110 | 111110 | 110011 |
Color Harmonies of #A1D035
Complementary color
Monochromatic Colors of #A1D035
Black with #A1D035
Text Example
Text Example
White with #A1D035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D035; }
p { color: rgb(161,208,53); }
H1.HeaderClassName
{
color: #A1D035;
}
.AnyTagClassName
{
color: #A1D035;
}
</style>
background-color css
<style>
a { background-color: #A1D035; }
a { background-color: rgb(161,208,53); }
div.DivClassName
{
background-color: #A1D035;
}
.BgClassName
{
background-color: #A1D035;
}
</style>
border-color css
<style>
span { border-color: #A1D035; }
span { border-color: rgb(161,208,53); }
td.TdClassName
{
border-color: #A1D035;
}
.TagClassName
{
border-color: #A1D035;
}
</style>