Shades of Green Yellow #A1F545
Tints of Green Yellow #A1F545
RGB
CMYK
RGB Variations
Color information
#A1F545 (or 0xA1F545) is known color: Green Yellow. HEX triplet: A1, F5 and 45. RGB value is (161,245,69). Sum of RGB (Red+Green+Blue) = 161+245+69=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 245 (96.09% from 255 or 51.58% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F545 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F545 is #5E0ABA. Grayscale: #C8C8C8. Windows color (decimal): -6163131 or 4584865. OLE color: 4584865.
HSL color Cylindrical-coordinate representation of color #A1F545: hue angle of 88.64º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1F545 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 69 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.04 |
| HSL | 88.64º | 0.9% | 0.62% | - |
| HSV(B) | 88.64º | 0.72% | 0.96% | - |
| XYZ | 48.42 | 73.31 | 17.23 | - |
| YUV | 199.82 | 54.17 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 69 | 0.34 | 0 | 0.72 | 0.04 | 88.64 | 0.9 | 0.62 |
| Hex | A1 | F5 | 45 | 22 | 0 | 48 | 4 | 59 | 5A | 3E |
| Octal | 241 | 365 | 105 | 42 | 0 | 110 | 4 | 131 | 132 | 76 |
| Binary | 10100001 | 11110101 | 1000101 | 100010 | 0 | 1001000 | 100 | 1011001 | 1011010 | 111110 |
Color Harmonies of #A1F545
Complementary color
Monochromatic Colors of #A1F545
Black with #A1F545
Text Example
Text Example
White with #A1F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F545; }
p { color: rgb(161,245,69); }
H1.HeaderClassName
{
color: #A1F545;
}
.AnyTagClassName
{
color: #A1F545;
}
</style>
background-color css
<style>
a { background-color: #A1F545; }
a { background-color: rgb(161,245,69); }
div.DivClassName
{
background-color: #A1F545;
}
.BgClassName
{
background-color: #A1F545;
}
</style>
border-color css
<style>
span { border-color: #A1F545; }
span { border-color: rgb(161,245,69); }
td.TdClassName
{
border-color: #A1F545;
}
.TagClassName
{
border-color: #A1F545;
}
</style>