Shades of Green Yellow #A1F63B
Tints of Green Yellow #A1F63B
RGB
CMYK
RGB Variations
Color information
#A1F63B (or 0xA1F63B) is known color: Green Yellow. HEX triplet: A1, F6 and 3B. RGB value is (161,246,59). Sum of RGB (Red+Green+Blue) = 161+246+59=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F63B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F63B is #5E09C4. Grayscale: #C7C7C7. Windows color (decimal): -6162885 or 3929761. OLE color: 3929761.
HSL color Cylindrical-coordinate representation of color #A1F63B: hue angle of 87.27º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1F63B is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 59 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.04 |
| HSL | 87.27º | 0.91% | 0.6% | - |
| HSV(B) | 87.27º | 0.76% | 0.96% | - |
| XYZ | 48.44 | 73.8 | 15.83 | - |
| YUV | 199.27 | 48.84 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 59 | 0.35 | 0 | 0.76 | 0.04 | 87.27 | 0.91 | 0.6 |
| Hex | A1 | F6 | 3B | 23 | 0 | 4C | 4 | 57 | 5B | 3C |
| Octal | 241 | 366 | 73 | 43 | 0 | 114 | 4 | 127 | 133 | 74 |
| Binary | 10100001 | 11110110 | 111011 | 100011 | 0 | 1001100 | 100 | 1010111 | 1011011 | 111100 |
Color Harmonies of #A1F63B
Complementary color
Monochromatic Colors of #A1F63B
Black with #A1F63B
Text Example
Text Example
White with #A1F63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F63B; }
p { color: rgb(161,246,59); }
H1.HeaderClassName
{
color: #A1F63B;
}
.AnyTagClassName
{
color: #A1F63B;
}
</style>
background-color css
<style>
a { background-color: #A1F63B; }
a { background-color: rgb(161,246,59); }
div.DivClassName
{
background-color: #A1F63B;
}
.BgClassName
{
background-color: #A1F63B;
}
</style>
border-color css
<style>
span { border-color: #A1F63B; }
span { border-color: rgb(161,246,59); }
td.TdClassName
{
border-color: #A1F63B;
}
.TagClassName
{
border-color: #A1F63B;
}
</style>