Shades of Green Yellow #A8EF40
Tints of Green Yellow #A8EF40
RGB
CMYK
RGB Variations
Color information
#A8EF40 (or 0xA8EF40) is known color: Green Yellow. HEX triplet: A8, EF and 40. RGB value is (168,239,64). Sum of RGB (Red+Green+Blue) = 168+239+64=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF40 is #5710BF. Grayscale: #C6C6C6. Windows color (decimal): -5705920 or 4255656. OLE color: 4255656.
HSL color Cylindrical-coordinate representation of color #A8EF40: hue angle of 84.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8EF40 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 64 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.06 |
| HSL | 84.34º | 0.85% | 0.59% | - |
| HSV(B) | 84.34º | 0.73% | 0.94% | - |
| XYZ | 47.94 | 70.43 | 15.92 | - |
| YUV | 197.82 | 52.48 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 64 | 0.30 | 0 | 0.73 | 0.06 | 84.34 | 0.85 | 0.59 |
| Hex | A8 | EF | 40 | 1E | 0 | 49 | 6 | 54 | 55 | 3B |
| Octal | 250 | 357 | 100 | 36 | 0 | 111 | 6 | 124 | 125 | 73 |
| Binary | 10101000 | 11101111 | 1000000 | 11110 | 0 | 1001001 | 110 | 1010100 | 1010101 | 111011 |
Color Harmonies of #A8EF40
Complementary color
Monochromatic Colors of #A8EF40
Black with #A8EF40
Text Example
Text Example
White with #A8EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF40; }
p { color: rgb(168,239,64); }
H1.HeaderClassName
{
color: #A8EF40;
}
.AnyTagClassName
{
color: #A8EF40;
}
</style>
background-color css
<style>
a { background-color: #A8EF40; }
a { background-color: rgb(168,239,64); }
div.DivClassName
{
background-color: #A8EF40;
}
.BgClassName
{
background-color: #A8EF40;
}
</style>
border-color css
<style>
span { border-color: #A8EF40; }
span { border-color: rgb(168,239,64); }
td.TdClassName
{
border-color: #A8EF40;
}
.TagClassName
{
border-color: #A8EF40;
}
</style>