Shades of Green Yellow #A8EF41
Tints of Green Yellow #A8EF41
RGB
CMYK
RGB Variations
Color information
#A8EF41 (or 0xA8EF41) is known color: Green Yellow. HEX triplet: A8, EF and 41. RGB value is (168,239,65). Sum of RGB (Red+Green+Blue) = 168+239+65=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF41 is #5710BE. Grayscale: #C6C6C6. Windows color (decimal): -5705919 or 4321192. OLE color: 4321192.
HSL color Cylindrical-coordinate representation of color #A8EF41: hue angle of 84.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8EF41 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 65 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.06 |
| HSL | 84.48º | 0.84% | 0.6% | - |
| HSV(B) | 84.48º | 0.73% | 0.94% | - |
| XYZ | 47.97 | 70.44 | 16.07 | - |
| YUV | 197.94 | 52.98 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 65 | 0.30 | 0 | 0.73 | 0.06 | 84.48 | 0.84 | 0.6 |
| Hex | A8 | EF | 41 | 1E | 0 | 49 | 6 | 54 | 54 | 3C |
| Octal | 250 | 357 | 101 | 36 | 0 | 111 | 6 | 124 | 124 | 74 |
| Binary | 10101000 | 11101111 | 1000001 | 11110 | 0 | 1001001 | 110 | 1010100 | 1010100 | 111100 |
Color Harmonies of #A8EF41
Complementary color
Monochromatic Colors of #A8EF41
Black with #A8EF41
Text Example
Text Example
White with #A8EF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF41; }
p { color: rgb(168,239,65); }
H1.HeaderClassName
{
color: #A8EF41;
}
.AnyTagClassName
{
color: #A8EF41;
}
</style>
background-color css
<style>
a { background-color: #A8EF41; }
a { background-color: rgb(168,239,65); }
div.DivClassName
{
background-color: #A8EF41;
}
.BgClassName
{
background-color: #A8EF41;
}
</style>
border-color css
<style>
span { border-color: #A8EF41; }
span { border-color: rgb(168,239,65); }
td.TdClassName
{
border-color: #A8EF41;
}
.TagClassName
{
border-color: #A8EF41;
}
</style>