Shades of Green Yellow #A8F141
Tints of Green Yellow #A8F141
RGB
CMYK
RGB Variations
Color information
#A8F141 (or 0xA8F141) is known color: Green Yellow. HEX triplet: A8, F1 and 41. RGB value is (168,241,65). Sum of RGB (Red+Green+Blue) = 168+241+65=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F141 is #570EBE. Grayscale: #C7C7C7. Windows color (decimal): -5705407 or 4321704. OLE color: 4321704.
HSL color Cylindrical-coordinate representation of color #A8F141: hue angle of 84.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8F141 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 65 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.05 |
| HSL | 84.89º | 0.86% | 0.6% | - |
| HSV(B) | 84.89º | 0.73% | 0.95% | - |
| XYZ | 48.56 | 71.62 | 16.27 | - |
| YUV | 199.11 | 52.32 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 65 | 0.30 | 0 | 0.73 | 0.05 | 84.89 | 0.86 | 0.6 |
| Hex | A8 | F1 | 41 | 1E | 0 | 49 | 5 | 55 | 56 | 3C |
| Octal | 250 | 361 | 101 | 36 | 0 | 111 | 5 | 125 | 126 | 74 |
| Binary | 10101000 | 11110001 | 1000001 | 11110 | 0 | 1001001 | 101 | 1010101 | 1010110 | 111100 |
Color Harmonies of #A8F141
Complementary color
Monochromatic Colors of #A8F141
Black with #A8F141
Text Example
Text Example
White with #A8F141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F141; }
p { color: rgb(168,241,65); }
H1.HeaderClassName
{
color: #A8F141;
}
.AnyTagClassName
{
color: #A8F141;
}
</style>
background-color css
<style>
a { background-color: #A8F141; }
a { background-color: rgb(168,241,65); }
div.DivClassName
{
background-color: #A8F141;
}
.BgClassName
{
background-color: #A8F141;
}
</style>
border-color css
<style>
span { border-color: #A8F141; }
span { border-color: rgb(168,241,65); }
td.TdClassName
{
border-color: #A8F141;
}
.TagClassName
{
border-color: #A8F141;
}
</style>