Shades of Green Yellow #A1F840
Tints of Green Yellow #A1F840
RGB
CMYK
RGB Variations
Color information
#A1F840 (or 0xA1F840) is known color: Green Yellow. HEX triplet: A1, F8 and 40. RGB value is (161,248,64). Sum of RGB (Red+Green+Blue) = 161+248+64=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F840 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F840 is #5E07BF. Grayscale: #C9C9C9. Windows color (decimal): -6162368 or 4257953. OLE color: 4257953.
HSL color Cylindrical-coordinate representation of color #A1F840: hue angle of 88.37º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1F840 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 64 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.03 |
| HSL | 88.37º | 0.93% | 0.61% | - |
| HSV(B) | 88.37º | 0.74% | 0.97% | - |
| XYZ | 49.19 | 75.08 | 16.75 | - |
| YUV | 201.01 | 50.68 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 64 | 0.35 | 0 | 0.74 | 0.03 | 88.37 | 0.93 | 0.61 |
| Hex | A1 | F8 | 40 | 23 | 0 | 4A | 3 | 58 | 5D | 3D |
| Octal | 241 | 370 | 100 | 43 | 0 | 112 | 3 | 130 | 135 | 75 |
| Binary | 10100001 | 11111000 | 1000000 | 100011 | 0 | 1001010 | 11 | 1011000 | 1011101 | 111101 |
Color Harmonies of #A1F840
Complementary color
Monochromatic Colors of #A1F840
Black with #A1F840
Text Example
Text Example
White with #A1F840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F840; }
p { color: rgb(161,248,64); }
H1.HeaderClassName
{
color: #A1F840;
}
.AnyTagClassName
{
color: #A1F840;
}
</style>
background-color css
<style>
a { background-color: #A1F840; }
a { background-color: rgb(161,248,64); }
div.DivClassName
{
background-color: #A1F840;
}
.BgClassName
{
background-color: #A1F840;
}
</style>
border-color css
<style>
span { border-color: #A1F840; }
span { border-color: rgb(161,248,64); }
td.TdClassName
{
border-color: #A1F840;
}
.TagClassName
{
border-color: #A1F840;
}
</style>