Shades of Green Yellow #8AF32E
Tints of Green Yellow #8AF32E
RGB
CMYK
RGB Variations
Color information
#8AF32E (or 0x8AF32E) is known color: Green Yellow. HEX triplet: 8A, F3 and 2E. RGB value is (138,243,46). Sum of RGB (Red+Green+Blue) = 138+243+46=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF32E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF32E is #750CD1. Grayscale: #BDBDBD. Windows color (decimal): -7670994 or 3077002. OLE color: 3077002.
HSL color Cylindrical-coordinate representation of color #8AF32E: hue angle of 91.98º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AF32E is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 46 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.05 |
| HSL | 91.98º | 0.89% | 0.57% | - |
| HSV(B) | 91.98º | 0.81% | 0.95% | - |
| XYZ | 43.02 | 69.7 | 13.77 | - |
| YUV | 189.15 | 47.21 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 46 | 0.43 | 0 | 0.81 | 0.05 | 91.98 | 0.89 | 0.57 |
| Hex | 8A | F3 | 2E | 2B | 0 | 51 | 5 | 5C | 59 | 39 |
| Octal | 212 | 363 | 56 | 53 | 0 | 121 | 5 | 134 | 131 | 71 |
| Binary | 10001010 | 11110011 | 101110 | 101011 | 0 | 1010001 | 101 | 1011100 | 1011001 | 111001 |
Color Harmonies of #8AF32E
Complementary color
Monochromatic Colors of #8AF32E
Black with #8AF32E
Text Example
Text Example
White with #8AF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF32E; }
p { color: rgb(138,243,46); }
H1.HeaderClassName
{
color: #8AF32E;
}
.AnyTagClassName
{
color: #8AF32E;
}
</style>
background-color css
<style>
a { background-color: #8AF32E; }
a { background-color: rgb(138,243,46); }
div.DivClassName
{
background-color: #8AF32E;
}
.BgClassName
{
background-color: #8AF32E;
}
</style>
border-color css
<style>
span { border-color: #8AF32E; }
span { border-color: rgb(138,243,46); }
td.TdClassName
{
border-color: #8AF32E;
}
.TagClassName
{
border-color: #8AF32E;
}
</style>