Shades of Yellow Green #A1DA28
Tints of Yellow Green #A1DA28
RGB
CMYK
RGB Variations
Color information
#A1DA28 (or 0xA1DA28) is known color: Yellow Green. HEX triplet: A1, DA and 28. RGB value is (161,218,40). Sum of RGB (Red+Green+Blue) = 161+218+40=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA28 is #5E25D7. Grayscale: #B5B5B5. Windows color (decimal): -6170072 or 2677409. OLE color: 2677409.
HSL color Cylindrical-coordinate representation of color #A1DA28: hue angle of 79.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1DA28 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 40 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.15 |
| HSL | 79.21º | 0.71% | 0.51% | - |
| HSV(B) | 79.21º | 0.82% | 0.85% | - |
| XYZ | 40.15 | 57.87 | 11.06 | - |
| YUV | 180.67 | 48.62 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 40 | 0.26 | 0 | 0.82 | 0.15 | 79.21 | 0.71 | 0.51 |
| Hex | A1 | DA | 28 | 1A | 0 | 52 | F | 4F | 47 | 33 |
| Octal | 241 | 332 | 50 | 32 | 0 | 122 | 17 | 117 | 107 | 63 |
| Binary | 10100001 | 11011010 | 101000 | 11010 | 0 | 1010010 | 1111 | 1001111 | 1000111 | 110011 |
Color Harmonies of #A1DA28
Complementary color
Monochromatic Colors of #A1DA28
Black with #A1DA28
Text Example
Text Example
White with #A1DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA28; }
p { color: rgb(161,218,40); }
H1.HeaderClassName
{
color: #A1DA28;
}
.AnyTagClassName
{
color: #A1DA28;
}
</style>
background-color css
<style>
a { background-color: #A1DA28; }
a { background-color: rgb(161,218,40); }
div.DivClassName
{
background-color: #A1DA28;
}
.BgClassName
{
background-color: #A1DA28;
}
</style>
border-color css
<style>
span { border-color: #A1DA28; }
span { border-color: rgb(161,218,40); }
td.TdClassName
{
border-color: #A1DA28;
}
.TagClassName
{
border-color: #A1DA28;
}
</style>