Shades of Green Yellow #A1F942
Tints of Green Yellow #A1F942
RGB
CMYK
RGB Variations
Color information
#A1F942 (or 0xA1F942) is known color: Green Yellow. HEX triplet: A1, F9 and 42. RGB value is (161,249,66). Sum of RGB (Red+Green+Blue) = 161+249+66=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F942 is #5E06BD. Grayscale: #CACACA. Windows color (decimal): -6162110 or 4389281. OLE color: 4389281.
HSL color Cylindrical-coordinate representation of color #A1F942: hue angle of 88.85º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1F942 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 66 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.02 |
| HSL | 88.85º | 0.94% | 0.62% | - |
| HSV(B) | 88.85º | 0.73% | 0.98% | - |
| XYZ | 49.56 | 75.72 | 17.16 | - |
| YUV | 201.83 | 51.35 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 66 | 0.35 | 0 | 0.73 | 0.02 | 88.85 | 0.94 | 0.62 |
| Hex | A1 | F9 | 42 | 23 | 0 | 49 | 2 | 59 | 5E | 3E |
| Octal | 241 | 371 | 102 | 43 | 0 | 111 | 2 | 131 | 136 | 76 |
| Binary | 10100001 | 11111001 | 1000010 | 100011 | 0 | 1001001 | 10 | 1011001 | 1011110 | 111110 |
Color Harmonies of #A1F942
Complementary color
Monochromatic Colors of #A1F942
Black with #A1F942
Text Example
Text Example
White with #A1F942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F942; }
p { color: rgb(161,249,66); }
H1.HeaderClassName
{
color: #A1F942;
}
.AnyTagClassName
{
color: #A1F942;
}
</style>
background-color css
<style>
a { background-color: #A1F942; }
a { background-color: rgb(161,249,66); }
div.DivClassName
{
background-color: #A1F942;
}
.BgClassName
{
background-color: #A1F942;
}
</style>
border-color css
<style>
span { border-color: #A1F942; }
span { border-color: rgb(161,249,66); }
td.TdClassName
{
border-color: #A1F942;
}
.TagClassName
{
border-color: #A1F942;
}
</style>