Shades of Green Yellow #8AF64A
Tints of Green Yellow #8AF64A
RGB
CMYK
RGB Variations
Color information
#8AF64A (or 0x8AF64A) is known color: Green Yellow. HEX triplet: 8A, F6 and 4A. RGB value is (138,246,74). Sum of RGB (Red+Green+Blue) = 138+246+74=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF64A is #7509B5. Grayscale: #C2C2C2. Windows color (decimal): -7670198 or 4912778. OLE color: 4912778.
HSL color Cylindrical-coordinate representation of color #8AF64A: hue angle of 97.67º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AF64A is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 74 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.04 |
| HSL | 97.67º | 0.91% | 0.63% | - |
| HSV(B) | 97.67º | 0.7% | 0.96% | - |
| XYZ | 44.67 | 71.81 | 17.98 | - |
| YUV | 194.1 | 60.22 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 74 | 0.44 | 0 | 0.70 | 0.04 | 97.67 | 0.91 | 0.63 |
| Hex | 8A | F6 | 4A | 2C | 0 | 46 | 4 | 62 | 5B | 3F |
| Octal | 212 | 366 | 112 | 54 | 0 | 106 | 4 | 142 | 133 | 77 |
| Binary | 10001010 | 11110110 | 1001010 | 101100 | 0 | 1000110 | 100 | 1100010 | 1011011 | 111111 |
Color Harmonies of #8AF64A
Complementary color
Monochromatic Colors of #8AF64A
Black with #8AF64A
Text Example
Text Example
White with #8AF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF64A; }
p { color: rgb(138,246,74); }
H1.HeaderClassName
{
color: #8AF64A;
}
.AnyTagClassName
{
color: #8AF64A;
}
</style>
background-color css
<style>
a { background-color: #8AF64A; }
a { background-color: rgb(138,246,74); }
div.DivClassName
{
background-color: #8AF64A;
}
.BgClassName
{
background-color: #8AF64A;
}
</style>
border-color css
<style>
span { border-color: #8AF64A; }
span { border-color: rgb(138,246,74); }
td.TdClassName
{
border-color: #8AF64A;
}
.TagClassName
{
border-color: #8AF64A;
}
</style>