Shades of Green Yellow #A1F93C
Tints of Green Yellow #A1F93C
RGB
CMYK
RGB Variations
Color information
#A1F93C (or 0xA1F93C) is known color: Green Yellow. HEX triplet: A1, F9 and 3C. RGB value is (161,249,60). Sum of RGB (Red+Green+Blue) = 161+249+60=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F93C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F93C is #5E06C3. Grayscale: #C9C9C9. Windows color (decimal): -6162116 or 3996065. OLE color: 3996065.
HSL color Cylindrical-coordinate representation of color #A1F93C: hue angle of 87.94º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1F93C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 60 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.02 |
| HSL | 87.94º | 0.94% | 0.61% | - |
| HSV(B) | 87.94º | 0.76% | 0.98% | - |
| XYZ | 49.39 | 75.65 | 16.27 | - |
| YUV | 201.14 | 48.35 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 60 | 0.35 | 0 | 0.76 | 0.02 | 87.94 | 0.94 | 0.61 |
| Hex | A1 | F9 | 3C | 23 | 0 | 4C | 2 | 58 | 5E | 3D |
| Octal | 241 | 371 | 74 | 43 | 0 | 114 | 2 | 130 | 136 | 75 |
| Binary | 10100001 | 11111001 | 111100 | 100011 | 0 | 1001100 | 10 | 1011000 | 1011110 | 111101 |
Color Harmonies of #A1F93C
Complementary color
Monochromatic Colors of #A1F93C
Black with #A1F93C
Text Example
Text Example
White with #A1F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F93C; }
p { color: rgb(161,249,60); }
H1.HeaderClassName
{
color: #A1F93C;
}
.AnyTagClassName
{
color: #A1F93C;
}
</style>
background-color css
<style>
a { background-color: #A1F93C; }
a { background-color: rgb(161,249,60); }
div.DivClassName
{
background-color: #A1F93C;
}
.BgClassName
{
background-color: #A1F93C;
}
</style>
border-color css
<style>
span { border-color: #A1F93C; }
span { border-color: rgb(161,249,60); }
td.TdClassName
{
border-color: #A1F93C;
}
.TagClassName
{
border-color: #A1F93C;
}
</style>