Shades of Green Yellow #A8F225
Tints of Green Yellow #A8F225
RGB
CMYK
RGB Variations
Color information
#A8F225 (or 0xA8F225) is known color: Green Yellow. HEX triplet: A8, F2 and 25. RGB value is (168,242,37). Sum of RGB (Red+Green+Blue) = 168+242+37=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F225 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F225 is #570DDA. Grayscale: #C5C5C5. Windows color (decimal): -5705179 or 2486952. OLE color: 2486952.
HSL color Cylindrical-coordinate representation of color #A8F225: hue angle of 81.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8F225 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 37 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.05 |
| HSL | 81.66º | 0.89% | 0.55% | - |
| HSV(B) | 81.66º | 0.85% | 0.95% | - |
| XYZ | 48.23 | 71.96 | 13.1 | - |
| YUV | 196.5 | 37.98 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 37 | 0.31 | 0 | 0.85 | 0.05 | 81.66 | 0.89 | 0.55 |
| Hex | A8 | F2 | 25 | 1F | 0 | 55 | 5 | 52 | 59 | 37 |
| Octal | 250 | 362 | 45 | 37 | 0 | 125 | 5 | 122 | 131 | 67 |
| Binary | 10101000 | 11110010 | 100101 | 11111 | 0 | 1010101 | 101 | 1010010 | 1011001 | 110111 |
Color Harmonies of #A8F225
Complementary color
Monochromatic Colors of #A8F225
Black with #A8F225
Text Example
Text Example
White with #A8F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F225; }
p { color: rgb(168,242,37); }
H1.HeaderClassName
{
color: #A8F225;
}
.AnyTagClassName
{
color: #A8F225;
}
</style>
background-color css
<style>
a { background-color: #A8F225; }
a { background-color: rgb(168,242,37); }
div.DivClassName
{
background-color: #A8F225;
}
.BgClassName
{
background-color: #A8F225;
}
</style>
border-color css
<style>
span { border-color: #A8F225; }
span { border-color: rgb(168,242,37); }
td.TdClassName
{
border-color: #A8F225;
}
.TagClassName
{
border-color: #A8F225;
}
</style>