Shades of Yellow Green #A1DE2B
Tints of Yellow Green #A1DE2B
RGB
CMYK
RGB Variations
Color information
#A1DE2B (or 0xA1DE2B) is known color: Yellow Green. HEX triplet: A1, DE and 2B. RGB value is (161,222,43). Sum of RGB (Red+Green+Blue) = 161+222+43=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DE2B is #5E21D4. Grayscale: #B8B8B8. Windows color (decimal): -6169045 or 2875041. OLE color: 2875041.
HSL color Cylindrical-coordinate representation of color #A1DE2B: hue angle of 80.45º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1DE2B is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 43 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.13 |
| HSL | 80.45º | 0.73% | 0.52% | - |
| HSV(B) | 80.45º | 0.81% | 0.87% | - |
| XYZ | 41.26 | 59.99 | 11.69 | - |
| YUV | 183.36 | 48.79 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 43 | 0.27 | 0 | 0.81 | 0.13 | 80.45 | 0.73 | 0.52 |
| Hex | A1 | DE | 2B | 1B | 0 | 51 | D | 50 | 49 | 34 |
| Octal | 241 | 336 | 53 | 33 | 0 | 121 | 15 | 120 | 111 | 64 |
| Binary | 10100001 | 11011110 | 101011 | 11011 | 0 | 1010001 | 1101 | 1010000 | 1001001 | 110100 |
Color Harmonies of #A1DE2B
Complementary color
Monochromatic Colors of #A1DE2B
Black with #A1DE2B
Text Example
Text Example
White with #A1DE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE2B; }
p { color: rgb(161,222,43); }
H1.HeaderClassName
{
color: #A1DE2B;
}
.AnyTagClassName
{
color: #A1DE2B;
}
</style>
background-color css
<style>
a { background-color: #A1DE2B; }
a { background-color: rgb(161,222,43); }
div.DivClassName
{
background-color: #A1DE2B;
}
.BgClassName
{
background-color: #A1DE2B;
}
</style>
border-color css
<style>
span { border-color: #A1DE2B; }
span { border-color: rgb(161,222,43); }
td.TdClassName
{
border-color: #A1DE2B;
}
.TagClassName
{
border-color: #A1DE2B;
}
</style>