Shades of Green Yellow #A1F32C
Tints of Green Yellow #A1F32C
RGB
CMYK
RGB Variations
Color information
#A1F32C (or 0xA1F32C) is known color: Green Yellow. HEX triplet: A1, F3 and 2C. RGB value is (161,243,44). Sum of RGB (Red+Green+Blue) = 161+243+44=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F32C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F32C is #5E0CD3. Grayscale: #C4C4C4. Windows color (decimal): -6163668 or 2945953. OLE color: 2945953.
HSL color Cylindrical-coordinate representation of color #A1F32C: hue angle of 84.72º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1F32C is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 44 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.05 |
| HSL | 84.72º | 0.89% | 0.56% | - |
| HSV(B) | 84.72º | 0.82% | 0.95% | - |
| XYZ | 47.2 | 71.86 | 13.77 | - |
| YUV | 195.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 44 | 0.34 | 0 | 0.82 | 0.05 | 84.72 | 0.89 | 0.56 |
| Hex | A1 | F3 | 2C | 22 | 0 | 52 | 5 | 55 | 59 | 38 |
| Octal | 241 | 363 | 54 | 42 | 0 | 122 | 5 | 125 | 131 | 70 |
| Binary | 10100001 | 11110011 | 101100 | 100010 | 0 | 1010010 | 101 | 1010101 | 1011001 | 111000 |
Color Harmonies of #A1F32C
Complementary color
Monochromatic Colors of #A1F32C
Black with #A1F32C
Text Example
Text Example
White with #A1F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F32C; }
p { color: rgb(161,243,44); }
H1.HeaderClassName
{
color: #A1F32C;
}
.AnyTagClassName
{
color: #A1F32C;
}
</style>
background-color css
<style>
a { background-color: #A1F32C; }
a { background-color: rgb(161,243,44); }
div.DivClassName
{
background-color: #A1F32C;
}
.BgClassName
{
background-color: #A1F32C;
}
</style>
border-color css
<style>
span { border-color: #A1F32C; }
span { border-color: rgb(161,243,44); }
td.TdClassName
{
border-color: #A1F32C;
}
.TagClassName
{
border-color: #A1F32C;
}
</style>