Shades of Green Yellow #A1F31C
Tints of Green Yellow #A1F31C
RGB
CMYK
RGB Variations
Color information
#A1F31C (or 0xA1F31C) is known color: Green Yellow. HEX triplet: A1, F3 and 1C. RGB value is (161,243,28). Sum of RGB (Red+Green+Blue) = 161+243+28=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F31C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F31C is #5E0CE3. Grayscale: #C2C2C2. Windows color (decimal): -6163684 or 1897377. OLE color: 1897377.
HSL color Cylindrical-coordinate representation of color #A1F31C: hue angle of 82.88º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1F31C is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 28 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.05 |
| HSL | 82.88º | 0.9% | 0.53% | - |
| HSV(B) | 82.88º | 0.88% | 0.95% | - |
| XYZ | 46.96 | 71.76 | 12.48 | - |
| YUV | 193.97 | 34.33 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 28 | 0.34 | 0 | 0.88 | 0.05 | 82.88 | 0.9 | 0.53 |
| Hex | A1 | F3 | 1C | 22 | 0 | 58 | 5 | 53 | 5A | 35 |
| Octal | 241 | 363 | 34 | 42 | 0 | 130 | 5 | 123 | 132 | 65 |
| Binary | 10100001 | 11110011 | 11100 | 100010 | 0 | 1011000 | 101 | 1010011 | 1011010 | 110101 |
Color Harmonies of #A1F31C
Complementary color
Monochromatic Colors of #A1F31C
Black with #A1F31C
Text Example
Text Example
White with #A1F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F31C; }
p { color: rgb(161,243,28); }
H1.HeaderClassName
{
color: #A1F31C;
}
.AnyTagClassName
{
color: #A1F31C;
}
</style>
background-color css
<style>
a { background-color: #A1F31C; }
a { background-color: rgb(161,243,28); }
div.DivClassName
{
background-color: #A1F31C;
}
.BgClassName
{
background-color: #A1F31C;
}
</style>
border-color css
<style>
span { border-color: #A1F31C; }
span { border-color: rgb(161,243,28); }
td.TdClassName
{
border-color: #A1F31C;
}
.TagClassName
{
border-color: #A1F31C;
}
</style>