Shades of Green Yellow #8AF64E
Tints of Green Yellow #8AF64E
RGB
CMYK
RGB Variations
Color information
#8AF64E (or 0x8AF64E) is known color: Green Yellow. HEX triplet: 8A, F6 and 4E. RGB value is (138,246,78). Sum of RGB (Red+Green+Blue) = 138+246+78=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF64E is #7509B1. Grayscale: #C3C3C3. Windows color (decimal): -7670194 or 5174922. OLE color: 5174922.
HSL color Cylindrical-coordinate representation of color #8AF64E: hue angle of 98.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AF64E is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 78 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.04 |
| HSL | 98.57º | 0.9% | 0.64% | - |
| HSV(B) | 98.57º | 0.68% | 0.96% | - |
| XYZ | 44.81 | 71.86 | 18.72 | - |
| YUV | 194.56 | 62.22 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 78 | 0.44 | 0 | 0.68 | 0.04 | 98.57 | 0.9 | 0.64 |
| Hex | 8A | F6 | 4E | 2C | 0 | 44 | 4 | 63 | 5A | 40 |
| Octal | 212 | 366 | 116 | 54 | 0 | 104 | 4 | 143 | 132 | 100 |
| Binary | 10001010 | 11110110 | 1001110 | 101100 | 0 | 1000100 | 100 | 1100011 | 1011010 | 1000000 |
Color Harmonies of #8AF64E
Complementary color
Monochromatic Colors of #8AF64E
Black with #8AF64E
Text Example
Text Example
White with #8AF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF64E; }
p { color: rgb(138,246,78); }
H1.HeaderClassName
{
color: #8AF64E;
}
.AnyTagClassName
{
color: #8AF64E;
}
</style>
background-color css
<style>
a { background-color: #8AF64E; }
a { background-color: rgb(138,246,78); }
div.DivClassName
{
background-color: #8AF64E;
}
.BgClassName
{
background-color: #8AF64E;
}
</style>
border-color css
<style>
span { border-color: #8AF64E; }
span { border-color: rgb(138,246,78); }
td.TdClassName
{
border-color: #8AF64E;
}
.TagClassName
{
border-color: #8AF64E;
}
</style>