Shades of Green Yellow #A8F22E
Tints of Green Yellow #A8F22E
RGB
CMYK
RGB Variations
Color information
#A8F22E (or 0xA8F22E) is known color: Green Yellow. HEX triplet: A8, F2 and 2E. RGB value is (168,242,46). Sum of RGB (Red+Green+Blue) = 168+242+46=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F22E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F22E is #570DD1. Grayscale: #C6C6C6. Windows color (decimal): -5705170 or 3076776. OLE color: 3076776.
HSL color Cylindrical-coordinate representation of color #A8F22E: hue angle of 82.65º degrees, saturation: 0.88, 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 #A8F22E is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 46 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.05 |
| HSL | 82.65º | 0.88% | 0.56% | - |
| HSV(B) | 82.65º | 0.81% | 0.95% | - |
| XYZ | 48.39 | 72.03 | 13.94 | - |
| YUV | 197.53 | 42.48 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 46 | 0.31 | 0 | 0.81 | 0.05 | 82.65 | 0.88 | 0.56 |
| Hex | A8 | F2 | 2E | 1F | 0 | 51 | 5 | 53 | 58 | 38 |
| Octal | 250 | 362 | 56 | 37 | 0 | 121 | 5 | 123 | 130 | 70 |
| Binary | 10101000 | 11110010 | 101110 | 11111 | 0 | 1010001 | 101 | 1010011 | 1011000 | 111000 |
Color Harmonies of #A8F22E
Complementary color
Monochromatic Colors of #A8F22E
Black with #A8F22E
Text Example
Text Example
White with #A8F22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F22E; }
p { color: rgb(168,242,46); }
H1.HeaderClassName
{
color: #A8F22E;
}
.AnyTagClassName
{
color: #A8F22E;
}
</style>
background-color css
<style>
a { background-color: #A8F22E; }
a { background-color: rgb(168,242,46); }
div.DivClassName
{
background-color: #A8F22E;
}
.BgClassName
{
background-color: #A8F22E;
}
</style>
border-color css
<style>
span { border-color: #A8F22E; }
span { border-color: rgb(168,242,46); }
td.TdClassName
{
border-color: #A8F22E;
}
.TagClassName
{
border-color: #A8F22E;
}
</style>