Shades of Green Yellow #A8EF28
Tints of Green Yellow #A8EF28
RGB
CMYK
RGB Variations
Color information
#A8EF28 (or 0xA8EF28) is known color: Green Yellow. HEX triplet: A8, EF and 28. RGB value is (168,239,40). Sum of RGB (Red+Green+Blue) = 168+239+40=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF28 is #5710D7. Grayscale: #C3C3C3. Windows color (decimal): -5705944 or 2682792. OLE color: 2682792.
HSL color Cylindrical-coordinate representation of color #A8EF28: hue angle of 81.41º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8EF28 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 40 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.06 |
| HSL | 81.41º | 0.86% | 0.55% | - |
| HSV(B) | 81.41º | 0.83% | 0.94% | - |
| XYZ | 47.4 | 70.21 | 13.06 | - |
| YUV | 195.09 | 40.48 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 40 | 0.30 | 0 | 0.83 | 0.06 | 81.41 | 0.86 | 0.55 |
| Hex | A8 | EF | 28 | 1E | 0 | 53 | 6 | 51 | 56 | 37 |
| Octal | 250 | 357 | 50 | 36 | 0 | 123 | 6 | 121 | 126 | 67 |
| Binary | 10101000 | 11101111 | 101000 | 11110 | 0 | 1010011 | 110 | 1010001 | 1010110 | 110111 |
Color Harmonies of #A8EF28
Complementary color
Monochromatic Colors of #A8EF28
Black with #A8EF28
Text Example
Text Example
White with #A8EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF28; }
p { color: rgb(168,239,40); }
H1.HeaderClassName
{
color: #A8EF28;
}
.AnyTagClassName
{
color: #A8EF28;
}
</style>
background-color css
<style>
a { background-color: #A8EF28; }
a { background-color: rgb(168,239,40); }
div.DivClassName
{
background-color: #A8EF28;
}
.BgClassName
{
background-color: #A8EF28;
}
</style>
border-color css
<style>
span { border-color: #A8EF28; }
span { border-color: rgb(168,239,40); }
td.TdClassName
{
border-color: #A8EF28;
}
.TagClassName
{
border-color: #A8EF28;
}
</style>