Shades of Green Yellow #A1F64C
Tints of Green Yellow #A1F64C
RGB
CMYK
RGB Variations
Color information
#A1F64C (or 0xA1F64C) is known color: Green Yellow. HEX triplet: A1, F6 and 4C. RGB value is (161,246,76). Sum of RGB (Red+Green+Blue) = 161+246+76=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F64C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F64C is #5E09B3. Grayscale: #C9C9C9. Windows color (decimal): -6162868 or 5043873. OLE color: 5043873.
HSL color Cylindrical-coordinate representation of color #A1F64C: hue angle of 90º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1F64C is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 76 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.04 |
| HSL | 90º | 0.9% | 0.63% | - |
| HSV(B) | 90º | 0.69% | 0.96% | - |
| XYZ | 48.96 | 74.01 | 18.54 | - |
| YUV | 201.21 | 57.34 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 76 | 0.35 | 0 | 0.69 | 0.04 | 90 | 0.9 | 0.63 |
| Hex | A1 | F6 | 4C | 23 | 0 | 45 | 4 | 5A | 5A | 3F |
| Octal | 241 | 366 | 114 | 43 | 0 | 105 | 4 | 132 | 132 | 77 |
| Binary | 10100001 | 11110110 | 1001100 | 100011 | 0 | 1000101 | 100 | 1011010 | 1011010 | 111111 |
Color Harmonies of #A1F64C
Complementary color
Monochromatic Colors of #A1F64C
Black with #A1F64C
Text Example
Text Example
White with #A1F64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F64C; }
p { color: rgb(161,246,76); }
H1.HeaderClassName
{
color: #A1F64C;
}
.AnyTagClassName
{
color: #A1F64C;
}
</style>
background-color css
<style>
a { background-color: #A1F64C; }
a { background-color: rgb(161,246,76); }
div.DivClassName
{
background-color: #A1F64C;
}
.BgClassName
{
background-color: #A1F64C;
}
</style>
border-color css
<style>
span { border-color: #A1F64C; }
span { border-color: rgb(161,246,76); }
td.TdClassName
{
border-color: #A1F64C;
}
.TagClassName
{
border-color: #A1F64C;
}
</style>