Shades of Green Yellow #A8FF4E
Tints of Green Yellow #A8FF4E
RGB
CMYK
RGB Variations
Color information
#A8FF4E (or 0xA8FF4E) is known color: Green Yellow. HEX triplet: A8, FF and 4E. RGB value is (168,255,78). Sum of RGB (Red+Green+Blue) = 168+255+78=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF4E is #5700B1. Grayscale: #D1D1D1. Windows color (decimal): -5701810 or 5177256. OLE color: 5177256.
HSL color Cylindrical-coordinate representation of color #A8FF4E: hue angle of 89.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8FF4E is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 78 | - |
| CMYK | 0.34 | 0 | 0.69 | 0 |
| HSL | 89.49º | 1% | 0.65% | - |
| HSV(B) | 89.49º | 0.69% | 1% | - |
| XYZ | 53.28 | 80.39 | 19.92 | - |
| YUV | 208.81 | 54.18 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 78 | 0.34 | 0 | 0.69 | 0 | 89.49 | 1 | 0.65 |
| Hex | A8 | FF | 4E | 22 | 0 | 45 | 0 | 59 | 64 | 41 |
| Octal | 250 | 377 | 116 | 42 | 0 | 105 | 0 | 131 | 144 | 101 |
| Binary | 10101000 | 11111111 | 1001110 | 100010 | 0 | 1000101 | 0 | 1011001 | 1100100 | 1000001 |
Color Harmonies of #A8FF4E
Complementary color
Monochromatic Colors of #A8FF4E
Black with #A8FF4E
Text Example
Text Example
White with #A8FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF4E; }
p { color: rgb(168,255,78); }
H1.HeaderClassName
{
color: #A8FF4E;
}
.AnyTagClassName
{
color: #A8FF4E;
}
</style>
background-color css
<style>
a { background-color: #A8FF4E; }
a { background-color: rgb(168,255,78); }
div.DivClassName
{
background-color: #A8FF4E;
}
.BgClassName
{
background-color: #A8FF4E;
}
</style>
border-color css
<style>
span { border-color: #A8FF4E; }
span { border-color: rgb(168,255,78); }
td.TdClassName
{
border-color: #A8FF4E;
}
.TagClassName
{
border-color: #A8FF4E;
}
</style>