Shades of Green Yellow #A1F92A
Tints of Green Yellow #A1F92A
RGB
CMYK
RGB Variations
Color information
#A1F92A (or 0xA1F92A) is known color: Green Yellow. HEX triplet: A1, F9 and 2A. RGB value is (161,249,42). Sum of RGB (Red+Green+Blue) = 161+249+42=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F92A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F92A is #5E06D5. Grayscale: #C7C7C7. Windows color (decimal): -6162134 or 2816417. OLE color: 2816417.
HSL color Cylindrical-coordinate representation of color #A1F92A: hue angle of 85.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1F92A is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 42 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.02 |
| HSL | 85.51º | 0.95% | 0.57% | - |
| HSV(B) | 85.51º | 0.83% | 0.98% | - |
| XYZ | 48.99 | 75.5 | 14.18 | - |
| YUV | 199.09 | 39.35 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 42 | 0.35 | 0 | 0.83 | 0.02 | 85.51 | 0.95 | 0.57 |
| Hex | A1 | F9 | 2A | 23 | 0 | 53 | 2 | 56 | 5F | 39 |
| Octal | 241 | 371 | 52 | 43 | 0 | 123 | 2 | 126 | 137 | 71 |
| Binary | 10100001 | 11111001 | 101010 | 100011 | 0 | 1010011 | 10 | 1010110 | 1011111 | 111001 |
Color Harmonies of #A1F92A
Complementary color
Monochromatic Colors of #A1F92A
Black with #A1F92A
Text Example
Text Example
White with #A1F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F92A; }
p { color: rgb(161,249,42); }
H1.HeaderClassName
{
color: #A1F92A;
}
.AnyTagClassName
{
color: #A1F92A;
}
</style>
background-color css
<style>
a { background-color: #A1F92A; }
a { background-color: rgb(161,249,42); }
div.DivClassName
{
background-color: #A1F92A;
}
.BgClassName
{
background-color: #A1F92A;
}
</style>
border-color css
<style>
span { border-color: #A1F92A; }
span { border-color: rgb(161,249,42); }
td.TdClassName
{
border-color: #A1F92A;
}
.TagClassName
{
border-color: #A1F92A;
}
</style>