Shades of Yellow Green #A1D133
Tints of Yellow Green #A1D133
RGB
CMYK
RGB Variations
Color information
#A1D133 (or 0xA1D133) is known color: Yellow Green. HEX triplet: A1, D1 and 33. RGB value is (161,209,51). Sum of RGB (Red+Green+Blue) = 161+209+51=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D133 is #5E2ECC. Grayscale: #B1B1B1. Windows color (decimal): -6172365 or 3396001. OLE color: 3396001.
HSL color Cylindrical-coordinate representation of color #A1D133: hue angle of 78.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1D133 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 51 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.18 |
| HSL | 78.23º | 0.63% | 0.51% | - |
| HSV(B) | 78.23º | 0.76% | 0.82% | - |
| XYZ | 38.1 | 53.42 | 11.43 | - |
| YUV | 176.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 51 | 0.23 | 0 | 0.76 | 0.18 | 78.23 | 0.63 | 0.51 |
| Hex | A1 | D1 | 33 | 17 | 0 | 4C | 12 | 4E | 3F | 33 |
| Octal | 241 | 321 | 63 | 27 | 0 | 114 | 22 | 116 | 77 | 63 |
| Binary | 10100001 | 11010001 | 110011 | 10111 | 0 | 1001100 | 10010 | 1001110 | 111111 | 110011 |
Color Harmonies of #A1D133
Complementary color
Monochromatic Colors of #A1D133
Black with #A1D133
Text Example
Text Example
White with #A1D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D133; }
p { color: rgb(161,209,51); }
H1.HeaderClassName
{
color: #A1D133;
}
.AnyTagClassName
{
color: #A1D133;
}
</style>
background-color css
<style>
a { background-color: #A1D133; }
a { background-color: rgb(161,209,51); }
div.DivClassName
{
background-color: #A1D133;
}
.BgClassName
{
background-color: #A1D133;
}
</style>
border-color css
<style>
span { border-color: #A1D133; }
span { border-color: rgb(161,209,51); }
td.TdClassName
{
border-color: #A1D133;
}
.TagClassName
{
border-color: #A1D133;
}
</style>