Shades of Green Yellow #A8F22A
Tints of Green Yellow #A8F22A
RGB
CMYK
RGB Variations
Color information
#A8F22A (or 0xA8F22A) is known color: Green Yellow. HEX triplet: A8, F2 and 2A. RGB value is (168,242,42). Sum of RGB (Red+Green+Blue) = 168+242+42=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F22A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F22A is #570DD5. Grayscale: #C5C5C5. Windows color (decimal): -5705174 or 2814632. OLE color: 2814632.
HSL color Cylindrical-coordinate representation of color #A8F22A: hue angle of 82.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8F22A is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 42 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.05 |
| HSL | 82.2º | 0.88% | 0.56% | - |
| HSV(B) | 82.2º | 0.83% | 0.95% | - |
| XYZ | 48.32 | 72 | 13.54 | - |
| YUV | 197.07 | 40.48 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 42 | 0.31 | 0 | 0.83 | 0.05 | 82.2 | 0.88 | 0.56 |
| Hex | A8 | F2 | 2A | 1F | 0 | 53 | 5 | 52 | 58 | 38 |
| Octal | 250 | 362 | 52 | 37 | 0 | 123 | 5 | 122 | 130 | 70 |
| Binary | 10101000 | 11110010 | 101010 | 11111 | 0 | 1010011 | 101 | 1010010 | 1011000 | 111000 |
Color Harmonies of #A8F22A
Complementary color
Monochromatic Colors of #A8F22A
Black with #A8F22A
Text Example
Text Example
White with #A8F22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F22A; }
p { color: rgb(168,242,42); }
H1.HeaderClassName
{
color: #A8F22A;
}
.AnyTagClassName
{
color: #A8F22A;
}
</style>
background-color css
<style>
a { background-color: #A8F22A; }
a { background-color: rgb(168,242,42); }
div.DivClassName
{
background-color: #A8F22A;
}
.BgClassName
{
background-color: #A8F22A;
}
</style>
border-color css
<style>
span { border-color: #A8F22A; }
span { border-color: rgb(168,242,42); }
td.TdClassName
{
border-color: #A8F22A;
}
.TagClassName
{
border-color: #A8F22A;
}
</style>