Shades of Green Yellow #A8F422
Tints of Green Yellow #A8F422
RGB
CMYK
RGB Variations
Color information
#A8F422 (or 0xA8F422) is known color: Green Yellow. HEX triplet: A8, F4 and 22. RGB value is (168,244,34). Sum of RGB (Red+Green+Blue) = 168+244+34=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F422 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F422 is #570BDD. Grayscale: #C6C6C6. Windows color (decimal): -5704670 or 2290856. OLE color: 2290856.
HSL color Cylindrical-coordinate representation of color #A8F422: hue angle of 81.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8F422 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 34 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.04 |
| HSL | 81.71º | 0.91% | 0.55% | - |
| HSV(B) | 81.71º | 0.86% | 0.96% | - |
| XYZ | 48.79 | 73.14 | 13.06 | - |
| YUV | 197.34 | 35.82 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 34 | 0.31 | 0 | 0.86 | 0.04 | 81.71 | 0.91 | 0.55 |
| Hex | A8 | F4 | 22 | 1F | 0 | 56 | 4 | 52 | 5B | 37 |
| Octal | 250 | 364 | 42 | 37 | 0 | 126 | 4 | 122 | 133 | 67 |
| Binary | 10101000 | 11110100 | 100010 | 11111 | 0 | 1010110 | 100 | 1010010 | 1011011 | 110111 |
Color Harmonies of #A8F422
Complementary color
Monochromatic Colors of #A8F422
Black with #A8F422
Text Example
Text Example
White with #A8F422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F422; }
p { color: rgb(168,244,34); }
H1.HeaderClassName
{
color: #A8F422;
}
.AnyTagClassName
{
color: #A8F422;
}
</style>
background-color css
<style>
a { background-color: #A8F422; }
a { background-color: rgb(168,244,34); }
div.DivClassName
{
background-color: #A8F422;
}
.BgClassName
{
background-color: #A8F422;
}
</style>
border-color css
<style>
span { border-color: #A8F422; }
span { border-color: rgb(168,244,34); }
td.TdClassName
{
border-color: #A8F422;
}
.TagClassName
{
border-color: #A8F422;
}
</style>