Shades of Green Yellow #8AF84E
Tints of Green Yellow #8AF84E
RGB
CMYK
RGB Variations
Color information
#8AF84E (or 0x8AF84E) is known color: Green Yellow. HEX triplet: 8A, F8 and 4E. RGB value is (138,248,78). Sum of RGB (Red+Green+Blue) = 138+248+78=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF84E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF84E is #7507B1. Grayscale: #C4C4C4. Windows color (decimal): -7669682 or 5175434. OLE color: 5175434.
HSL color Cylindrical-coordinate representation of color #8AF84E: hue angle of 98.82º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AF84E is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 78 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.03 |
| HSL | 98.82º | 0.92% | 0.64% | - |
| HSV(B) | 98.82º | 0.69% | 0.97% | - |
| XYZ | 45.42 | 73.09 | 18.92 | - |
| YUV | 195.73 | 61.56 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 78 | 0.44 | 0 | 0.69 | 0.03 | 98.82 | 0.92 | 0.64 |
| Hex | 8A | F8 | 4E | 2C | 0 | 45 | 3 | 63 | 5C | 40 |
| Octal | 212 | 370 | 116 | 54 | 0 | 105 | 3 | 143 | 134 | 100 |
| Binary | 10001010 | 11111000 | 1001110 | 101100 | 0 | 1000101 | 11 | 1100011 | 1011100 | 1000000 |
Color Harmonies of #8AF84E
Complementary color
Monochromatic Colors of #8AF84E
Black with #8AF84E
Text Example
Text Example
White with #8AF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF84E; }
p { color: rgb(138,248,78); }
H1.HeaderClassName
{
color: #8AF84E;
}
.AnyTagClassName
{
color: #8AF84E;
}
</style>
background-color css
<style>
a { background-color: #8AF84E; }
a { background-color: rgb(138,248,78); }
div.DivClassName
{
background-color: #8AF84E;
}
.BgClassName
{
background-color: #8AF84E;
}
</style>
border-color css
<style>
span { border-color: #8AF84E; }
span { border-color: rgb(138,248,78); }
td.TdClassName
{
border-color: #8AF84E;
}
.TagClassName
{
border-color: #8AF84E;
}
</style>