Shades of Yellow Green #A1D234
Tints of Yellow Green #A1D234
RGB
CMYK
RGB Variations
Color information
#A1D234 (or 0xA1D234) is known color: Yellow Green. HEX triplet: A1, D2 and 34. RGB value is (161,210,52). Sum of RGB (Red+Green+Blue) = 161+210+52=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D234 is #5E2DCB. Grayscale: #B1B1B1. Windows color (decimal): -6172108 or 3461793. OLE color: 3461793.
HSL color Cylindrical-coordinate representation of color #A1D234: hue angle of 78.61º degrees, saturation: 0.64, 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 #A1D234 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 52 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.18 |
| HSL | 78.61º | 0.64% | 0.51% | - |
| HSV(B) | 78.61º | 0.75% | 0.82% | - |
| XYZ | 38.36 | 53.92 | 11.63 | - |
| YUV | 177.34 | 57.27 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 52 | 0.23 | 0 | 0.75 | 0.18 | 78.61 | 0.64 | 0.51 |
| Hex | A1 | D2 | 34 | 17 | 0 | 4B | 12 | 4F | 40 | 33 |
| Octal | 241 | 322 | 64 | 27 | 0 | 113 | 22 | 117 | 100 | 63 |
| Binary | 10100001 | 11010010 | 110100 | 10111 | 0 | 1001011 | 10010 | 1001111 | 1000000 | 110011 |
Color Harmonies of #A1D234
Complementary color
Monochromatic Colors of #A1D234
Black with #A1D234
Text Example
Text Example
White with #A1D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D234; }
p { color: rgb(161,210,52); }
H1.HeaderClassName
{
color: #A1D234;
}
.AnyTagClassName
{
color: #A1D234;
}
</style>
background-color css
<style>
a { background-color: #A1D234; }
a { background-color: rgb(161,210,52); }
div.DivClassName
{
background-color: #A1D234;
}
.BgClassName
{
background-color: #A1D234;
}
</style>
border-color css
<style>
span { border-color: #A1D234; }
span { border-color: rgb(161,210,52); }
td.TdClassName
{
border-color: #A1D234;
}
.TagClassName
{
border-color: #A1D234;
}
</style>