Shades of Green Yellow #A8F12E
Tints of Green Yellow #A8F12E
RGB
CMYK
RGB Variations
Color information
#A8F12E (or 0xA8F12E) is known color: Green Yellow. HEX triplet: A8, F1 and 2E. RGB value is (168,241,46). Sum of RGB (Red+Green+Blue) = 168+241+46=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F12E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F12E is #570ED1. Grayscale: #C5C5C5. Windows color (decimal): -5705426 or 3076520. OLE color: 3076520.
HSL color Cylindrical-coordinate representation of color #A8F12E: hue angle of 82.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8F12E is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 46 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.05 |
| HSL | 82.46º | 0.87% | 0.56% | - |
| HSV(B) | 82.46º | 0.81% | 0.95% | - |
| XYZ | 48.1 | 71.43 | 13.84 | - |
| YUV | 196.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 46 | 0.30 | 0 | 0.81 | 0.05 | 82.46 | 0.87 | 0.56 |
| Hex | A8 | F1 | 2E | 1E | 0 | 51 | 5 | 52 | 57 | 38 |
| Octal | 250 | 361 | 56 | 36 | 0 | 121 | 5 | 122 | 127 | 70 |
| Binary | 10101000 | 11110001 | 101110 | 11110 | 0 | 1010001 | 101 | 1010010 | 1010111 | 111000 |
Color Harmonies of #A8F12E
Complementary color
Monochromatic Colors of #A8F12E
Black with #A8F12E
Text Example
Text Example
White with #A8F12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F12E; }
p { color: rgb(168,241,46); }
H1.HeaderClassName
{
color: #A8F12E;
}
.AnyTagClassName
{
color: #A8F12E;
}
</style>
background-color css
<style>
a { background-color: #A8F12E; }
a { background-color: rgb(168,241,46); }
div.DivClassName
{
background-color: #A8F12E;
}
.BgClassName
{
background-color: #A8F12E;
}
</style>
border-color css
<style>
span { border-color: #A8F12E; }
span { border-color: rgb(168,241,46); }
td.TdClassName
{
border-color: #A8F12E;
}
.TagClassName
{
border-color: #A8F12E;
}
</style>