Shades of Green Yellow #A1F22B
Tints of Green Yellow #A1F22B
RGB
CMYK
RGB Variations
Color information
#A1F22B (or 0xA1F22B) is known color: Green Yellow. HEX triplet: A1, F2 and 2B. RGB value is (161,242,43). Sum of RGB (Red+Green+Blue) = 161+242+43=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F22B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F22B is #5E0DD4. Grayscale: #C3C3C3. Windows color (decimal): -6163925 or 2880161. OLE color: 2880161.
HSL color Cylindrical-coordinate representation of color #A1F22B: hue angle of 84.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1F22B is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 43 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.05 |
| HSL | 84.42º | 0.88% | 0.56% | - |
| HSV(B) | 84.42º | 0.82% | 0.95% | - |
| XYZ | 46.89 | 71.26 | 13.57 | - |
| YUV | 195.1 | 42.16 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 43 | 0.33 | 0 | 0.82 | 0.05 | 84.42 | 0.88 | 0.56 |
| Hex | A1 | F2 | 2B | 21 | 0 | 52 | 5 | 54 | 58 | 38 |
| Octal | 241 | 362 | 53 | 41 | 0 | 122 | 5 | 124 | 130 | 70 |
| Binary | 10100001 | 11110010 | 101011 | 100001 | 0 | 1010010 | 101 | 1010100 | 1011000 | 111000 |
Color Harmonies of #A1F22B
Complementary color
Monochromatic Colors of #A1F22B
Black with #A1F22B
Text Example
Text Example
White with #A1F22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F22B; }
p { color: rgb(161,242,43); }
H1.HeaderClassName
{
color: #A1F22B;
}
.AnyTagClassName
{
color: #A1F22B;
}
</style>
background-color css
<style>
a { background-color: #A1F22B; }
a { background-color: rgb(161,242,43); }
div.DivClassName
{
background-color: #A1F22B;
}
.BgClassName
{
background-color: #A1F22B;
}
</style>
border-color css
<style>
span { border-color: #A1F22B; }
span { border-color: rgb(161,242,43); }
td.TdClassName
{
border-color: #A1F22B;
}
.TagClassName
{
border-color: #A1F22B;
}
</style>