Shades of Green Yellow #A1ED42
Tints of Green Yellow #A1ED42
RGB
CMYK
RGB Variations
Color information
#A1ED42 (or 0xA1ED42) is known color: Green Yellow. HEX triplet: A1, ED and 42. RGB value is (161,237,66). Sum of RGB (Red+Green+Blue) = 161+237+66=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1ED42 is #5E12BD. Grayscale: #C3C3C3. Windows color (decimal): -6165182 or 4386209. OLE color: 4386209.
HSL color Cylindrical-coordinate representation of color #A1ED42: hue angle of 86.67º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1ED42 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 66 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.07 |
| HSL | 86.67º | 0.83% | 0.59% | - |
| HSV(B) | 86.67º | 0.72% | 0.93% | - |
| XYZ | 45.97 | 68.54 | 15.96 | - |
| YUV | 194.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 66 | 0.32 | 0 | 0.72 | 0.07 | 86.67 | 0.83 | 0.59 |
| Hex | A1 | ED | 42 | 20 | 0 | 48 | 7 | 57 | 53 | 3B |
| Octal | 241 | 355 | 102 | 40 | 0 | 110 | 7 | 127 | 123 | 73 |
| Binary | 10100001 | 11101101 | 1000010 | 100000 | 0 | 1001000 | 111 | 1010111 | 1010011 | 111011 |
Color Harmonies of #A1ED42
Complementary color
Monochromatic Colors of #A1ED42
Black with #A1ED42
Text Example
Text Example
White with #A1ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED42; }
p { color: rgb(161,237,66); }
H1.HeaderClassName
{
color: #A1ED42;
}
.AnyTagClassName
{
color: #A1ED42;
}
</style>
background-color css
<style>
a { background-color: #A1ED42; }
a { background-color: rgb(161,237,66); }
div.DivClassName
{
background-color: #A1ED42;
}
.BgClassName
{
background-color: #A1ED42;
}
</style>
border-color css
<style>
span { border-color: #A1ED42; }
span { border-color: rgb(161,237,66); }
td.TdClassName
{
border-color: #A1ED42;
}
.TagClassName
{
border-color: #A1ED42;
}
</style>