Shades of Yellow Green #A1D823
Tints of Yellow Green #A1D823
RGB
CMYK
RGB Variations
Color information
#A1D823 (or 0xA1D823) is known color: Yellow Green. HEX triplet: A1, D8 and 23. RGB value is (161,216,35). Sum of RGB (Red+Green+Blue) = 161+216+35=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D823 is #5E27DC. Grayscale: #B3B3B3. Windows color (decimal): -6170589 or 2349217. OLE color: 2349217.
HSL color Cylindrical-coordinate representation of color #A1D823: hue angle of 78.23º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1D823 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 35 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.15 |
| HSL | 78.23º | 0.72% | 0.49% | - |
| HSV(B) | 78.23º | 0.84% | 0.85% | - |
| XYZ | 39.56 | 56.81 | 10.47 | - |
| YUV | 178.92 | 46.78 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 35 | 0.25 | 0 | 0.84 | 0.15 | 78.23 | 0.72 | 0.49 |
| Hex | A1 | D8 | 23 | 19 | 0 | 54 | F | 4E | 48 | 31 |
| Octal | 241 | 330 | 43 | 31 | 0 | 124 | 17 | 116 | 110 | 61 |
| Binary | 10100001 | 11011000 | 100011 | 11001 | 0 | 1010100 | 1111 | 1001110 | 1001000 | 110001 |
Color Harmonies of #A1D823
Complementary color
Monochromatic Colors of #A1D823
Black with #A1D823
Text Example
Text Example
White with #A1D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D823; }
p { color: rgb(161,216,35); }
H1.HeaderClassName
{
color: #A1D823;
}
.AnyTagClassName
{
color: #A1D823;
}
</style>
background-color css
<style>
a { background-color: #A1D823; }
a { background-color: rgb(161,216,35); }
div.DivClassName
{
background-color: #A1D823;
}
.BgClassName
{
background-color: #A1D823;
}
</style>
border-color css
<style>
span { border-color: #A1D823; }
span { border-color: rgb(161,216,35); }
td.TdClassName
{
border-color: #A1D823;
}
.TagClassName
{
border-color: #A1D823;
}
</style>