Shades of Green Yellow #A8EF26
Tints of Green Yellow #A8EF26
RGB
CMYK
RGB Variations
Color information
#A8EF26 (or 0xA8EF26) is known color: Green Yellow. HEX triplet: A8, EF and 26. RGB value is (168,239,38). Sum of RGB (Red+Green+Blue) = 168+239+38=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF26 is #5710D9. Grayscale: #C3C3C3. Windows color (decimal): -5705946 or 2551720. OLE color: 2551720.
HSL color Cylindrical-coordinate representation of color #A8EF26: hue angle of 81.19º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8EF26 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 38 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.06 |
| HSL | 81.19º | 0.86% | 0.54% | - |
| HSV(B) | 81.19º | 0.84% | 0.94% | - |
| XYZ | 47.36 | 70.2 | 12.89 | - |
| YUV | 194.86 | 39.48 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 38 | 0.30 | 0 | 0.84 | 0.06 | 81.19 | 0.86 | 0.54 |
| Hex | A8 | EF | 26 | 1E | 0 | 54 | 6 | 51 | 56 | 36 |
| Octal | 250 | 357 | 46 | 36 | 0 | 124 | 6 | 121 | 126 | 66 |
| Binary | 10101000 | 11101111 | 100110 | 11110 | 0 | 1010100 | 110 | 1010001 | 1010110 | 110110 |
Color Harmonies of #A8EF26
Complementary color
Monochromatic Colors of #A8EF26
Black with #A8EF26
Text Example
Text Example
White with #A8EF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF26; }
p { color: rgb(168,239,38); }
H1.HeaderClassName
{
color: #A8EF26;
}
.AnyTagClassName
{
color: #A8EF26;
}
</style>
background-color css
<style>
a { background-color: #A8EF26; }
a { background-color: rgb(168,239,38); }
div.DivClassName
{
background-color: #A8EF26;
}
.BgClassName
{
background-color: #A8EF26;
}
</style>
border-color css
<style>
span { border-color: #A8EF26; }
span { border-color: rgb(168,239,38); }
td.TdClassName
{
border-color: #A8EF26;
}
.TagClassName
{
border-color: #A8EF26;
}
</style>