Shades of Green Yellow #A1F63F
Tints of Green Yellow #A1F63F
RGB
CMYK
RGB Variations
Color information
#A1F63F (or 0xA1F63F) is known color: Green Yellow. HEX triplet: A1, F6 and 3F. RGB value is (161,246,63). Sum of RGB (Red+Green+Blue) = 161+246+63=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F63F is #5E09C0. Grayscale: #C8C8C8. Windows color (decimal): -6162881 or 4191905. OLE color: 4191905.
HSL color Cylindrical-coordinate representation of color #A1F63F: hue angle of 87.87º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1F63F is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 63 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.04 |
| HSL | 87.87º | 0.91% | 0.61% | - |
| HSV(B) | 87.87º | 0.74% | 0.96% | - |
| XYZ | 48.55 | 73.85 | 16.4 | - |
| YUV | 199.72 | 50.84 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 63 | 0.35 | 0 | 0.74 | 0.04 | 87.87 | 0.91 | 0.61 |
| Hex | A1 | F6 | 3F | 23 | 0 | 4A | 4 | 58 | 5B | 3D |
| Octal | 241 | 366 | 77 | 43 | 0 | 112 | 4 | 130 | 133 | 75 |
| Binary | 10100001 | 11110110 | 111111 | 100011 | 0 | 1001010 | 100 | 1011000 | 1011011 | 111101 |
Color Harmonies of #A1F63F
Complementary color
Monochromatic Colors of #A1F63F
Black with #A1F63F
Text Example
Text Example
White with #A1F63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F63F; }
p { color: rgb(161,246,63); }
H1.HeaderClassName
{
color: #A1F63F;
}
.AnyTagClassName
{
color: #A1F63F;
}
</style>
background-color css
<style>
a { background-color: #A1F63F; }
a { background-color: rgb(161,246,63); }
div.DivClassName
{
background-color: #A1F63F;
}
.BgClassName
{
background-color: #A1F63F;
}
</style>
border-color css
<style>
span { border-color: #A1F63F; }
span { border-color: rgb(161,246,63); }
td.TdClassName
{
border-color: #A1F63F;
}
.TagClassName
{
border-color: #A1F63F;
}
</style>