Shades of Green Yellow #8AFE4E
Tints of Green Yellow #8AFE4E
RGB
CMYK
RGB Variations
Color information
#8AFE4E (or 0x8AFE4E) is known color: Green Yellow. HEX triplet: 8A, FE and 4E. RGB value is (138,254,78). Sum of RGB (Red+Green+Blue) = 138+254+78=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE4E is #7501B1. Grayscale: #C7C7C7. Windows color (decimal): -7668146 or 5176970. OLE color: 5176970.
HSL color Cylindrical-coordinate representation of color #8AFE4E: hue angle of 99.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AFE4E is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 78 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.00 |
| HSL | 99.55º | 0.99% | 0.65% | - |
| HSV(B) | 99.55º | 0.69% | 1% | - |
| XYZ | 47.3 | 76.84 | 19.55 | - |
| YUV | 199.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 78 | 0.46 | 0 | 0.69 | 0.00 | 99.55 | 0.99 | 0.65 |
| Hex | 8A | FE | 4E | 2E | 0 | 45 | 0 | 64 | 63 | 41 |
| Octal | 212 | 376 | 116 | 56 | 0 | 105 | 0 | 144 | 143 | 101 |
| Binary | 10001010 | 11111110 | 1001110 | 101110 | 0 | 1000101 | 0 | 1100100 | 1100011 | 1000001 |
Color Harmonies of #8AFE4E
Complementary color
Monochromatic Colors of #8AFE4E
Black with #8AFE4E
Text Example
Text Example
White with #8AFE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE4E; }
p { color: rgb(138,254,78); }
H1.HeaderClassName
{
color: #8AFE4E;
}
.AnyTagClassName
{
color: #8AFE4E;
}
</style>
background-color css
<style>
a { background-color: #8AFE4E; }
a { background-color: rgb(138,254,78); }
div.DivClassName
{
background-color: #8AFE4E;
}
.BgClassName
{
background-color: #8AFE4E;
}
</style>
border-color css
<style>
span { border-color: #8AFE4E; }
span { border-color: rgb(138,254,78); }
td.TdClassName
{
border-color: #8AFE4E;
}
.TagClassName
{
border-color: #8AFE4E;
}
</style>