Shades of Green Yellow #A1F52D
Tints of Green Yellow #A1F52D
RGB
CMYK
RGB Variations
Color information
#A1F52D (or 0xA1F52D) is known color: Green Yellow. HEX triplet: A1, F5 and 2D. RGB value is (161,245,45). Sum of RGB (Red+Green+Blue) = 161+245+45=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F52D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F52D is #5E0AD2. Grayscale: #C5C5C5. Windows color (decimal): -6163155 or 3012001. OLE color: 3012001.
HSL color Cylindrical-coordinate representation of color #A1F52D: hue angle of 85.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1F52D is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 45 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.04 |
| HSL | 85.2º | 0.91% | 0.57% | - |
| HSV(B) | 85.2º | 0.82% | 0.96% | - |
| XYZ | 47.82 | 73.07 | 14.07 | - |
| YUV | 197.08 | 42.17 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 45 | 0.34 | 0 | 0.82 | 0.04 | 85.2 | 0.91 | 0.57 |
| Hex | A1 | F5 | 2D | 22 | 0 | 52 | 4 | 55 | 5B | 39 |
| Octal | 241 | 365 | 55 | 42 | 0 | 122 | 4 | 125 | 133 | 71 |
| Binary | 10100001 | 11110101 | 101101 | 100010 | 0 | 1010010 | 100 | 1010101 | 1011011 | 111001 |
Color Harmonies of #A1F52D
Complementary color
Monochromatic Colors of #A1F52D
Black with #A1F52D
Text Example
Text Example
White with #A1F52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F52D; }
p { color: rgb(161,245,45); }
H1.HeaderClassName
{
color: #A1F52D;
}
.AnyTagClassName
{
color: #A1F52D;
}
</style>
background-color css
<style>
a { background-color: #A1F52D; }
a { background-color: rgb(161,245,45); }
div.DivClassName
{
background-color: #A1F52D;
}
.BgClassName
{
background-color: #A1F52D;
}
</style>
border-color css
<style>
span { border-color: #A1F52D; }
span { border-color: rgb(161,245,45); }
td.TdClassName
{
border-color: #A1F52D;
}
.TagClassName
{
border-color: #A1F52D;
}
</style>