Shades of Yellow Green #A1D034
Tints of Yellow Green #A1D034
RGB
CMYK
RGB Variations
Color information
#A1D034 (or 0xA1D034) is known color: Yellow Green. HEX triplet: A1, D0 and 34. RGB value is (161,208,52). Sum of RGB (Red+Green+Blue) = 161+208+52=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D034 is #5E2FCB. Grayscale: #B0B0B0. Windows color (decimal): -6172620 or 3461281. OLE color: 3461281.
HSL color Cylindrical-coordinate representation of color #A1D034: hue angle of 78.08º 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 #A1D034 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 52 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.18 |
| HSL | 78.08º | 0.62% | 0.51% | - |
| HSV(B) | 78.08º | 0.75% | 0.82% | - |
| XYZ | 37.87 | 52.94 | 11.47 | - |
| YUV | 176.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 52 | 0.23 | 0 | 0.75 | 0.18 | 78.08 | 0.62 | 0.51 |
| Hex | A1 | D0 | 34 | 17 | 0 | 4B | 12 | 4E | 3E | 33 |
| Octal | 241 | 320 | 64 | 27 | 0 | 113 | 22 | 116 | 76 | 63 |
| Binary | 10100001 | 11010000 | 110100 | 10111 | 0 | 1001011 | 10010 | 1001110 | 111110 | 110011 |
Color Harmonies of #A1D034
Complementary color
Monochromatic Colors of #A1D034
Black with #A1D034
Text Example
Text Example
White with #A1D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D034; }
p { color: rgb(161,208,52); }
H1.HeaderClassName
{
color: #A1D034;
}
.AnyTagClassName
{
color: #A1D034;
}
</style>
background-color css
<style>
a { background-color: #A1D034; }
a { background-color: rgb(161,208,52); }
div.DivClassName
{
background-color: #A1D034;
}
.BgClassName
{
background-color: #A1D034;
}
</style>
border-color css
<style>
span { border-color: #A1D034; }
span { border-color: rgb(161,208,52); }
td.TdClassName
{
border-color: #A1D034;
}
.TagClassName
{
border-color: #A1D034;
}
</style>