Shades of Green Yellow #8AFE40
Tints of Green Yellow #8AFE40
RGB
CMYK
RGB Variations
Color information
#8AFE40 (or 0x8AFE40) is known color: Green Yellow. HEX triplet: 8A, FE and 40. RGB value is (138,254,64). Sum of RGB (Red+Green+Blue) = 138+254+64=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE40 is #7501BF. Grayscale: #C6C6C6. Windows color (decimal): -7668160 or 4259466. OLE color: 4259466.
HSL color Cylindrical-coordinate representation of color #8AFE40: hue angle of 96.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AFE40 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 64 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.00 |
| HSL | 96.63º | 0.99% | 0.62% | - |
| HSV(B) | 96.63º | 0.75% | 1% | - |
| XYZ | 46.85 | 76.66 | 17.18 | - |
| YUV | 197.66 | 52.57 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 64 | 0.46 | 0 | 0.75 | 0.00 | 96.63 | 0.99 | 0.62 |
| Hex | 8A | FE | 40 | 2E | 0 | 4B | 0 | 61 | 63 | 3E |
| Octal | 212 | 376 | 100 | 56 | 0 | 113 | 0 | 141 | 143 | 76 |
| Binary | 10001010 | 11111110 | 1000000 | 101110 | 0 | 1001011 | 0 | 1100001 | 1100011 | 111110 |
Color Harmonies of #8AFE40
Complementary color
Monochromatic Colors of #8AFE40
Black with #8AFE40
Text Example
Text Example
White with #8AFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE40; }
p { color: rgb(138,254,64); }
H1.HeaderClassName
{
color: #8AFE40;
}
.AnyTagClassName
{
color: #8AFE40;
}
</style>
background-color css
<style>
a { background-color: #8AFE40; }
a { background-color: rgb(138,254,64); }
div.DivClassName
{
background-color: #8AFE40;
}
.BgClassName
{
background-color: #8AFE40;
}
</style>
border-color css
<style>
span { border-color: #8AFE40; }
span { border-color: rgb(138,254,64); }
td.TdClassName
{
border-color: #8AFE40;
}
.TagClassName
{
border-color: #8AFE40;
}
</style>