Shades of Green Yellow #A8F126
Tints of Green Yellow #A8F126
RGB
CMYK
RGB Variations
Color information
#A8F126 (or 0xA8F126) is known color: Green Yellow. HEX triplet: A8, F1 and 26. RGB value is (168,241,38). Sum of RGB (Red+Green+Blue) = 168+241+38=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F126 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F126 is #570ED9. Grayscale: #C4C4C4. Windows color (decimal): -5705434 or 2552232. OLE color: 2552232.
HSL color Cylindrical-coordinate representation of color #A8F126: hue angle of 81.58º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8F126 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 38 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.05 |
| HSL | 81.58º | 0.88% | 0.55% | - |
| HSV(B) | 81.58º | 0.84% | 0.95% | - |
| XYZ | 47.95 | 71.38 | 13.08 | - |
| YUV | 196.03 | 38.82 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 38 | 0.30 | 0 | 0.84 | 0.05 | 81.58 | 0.88 | 0.55 |
| Hex | A8 | F1 | 26 | 1E | 0 | 54 | 5 | 52 | 58 | 37 |
| Octal | 250 | 361 | 46 | 36 | 0 | 124 | 5 | 122 | 130 | 67 |
| Binary | 10101000 | 11110001 | 100110 | 11110 | 0 | 1010100 | 101 | 1010010 | 1011000 | 110111 |
Color Harmonies of #A8F126
Complementary color
Monochromatic Colors of #A8F126
Black with #A8F126
Text Example
Text Example
White with #A8F126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F126; }
p { color: rgb(168,241,38); }
H1.HeaderClassName
{
color: #A8F126;
}
.AnyTagClassName
{
color: #A8F126;
}
</style>
background-color css
<style>
a { background-color: #A8F126; }
a { background-color: rgb(168,241,38); }
div.DivClassName
{
background-color: #A8F126;
}
.BgClassName
{
background-color: #A8F126;
}
</style>
border-color css
<style>
span { border-color: #A8F126; }
span { border-color: rgb(168,241,38); }
td.TdClassName
{
border-color: #A8F126;
}
.TagClassName
{
border-color: #A8F126;
}
</style>