Shades of Yellow Green #8AD32E
Tints of Yellow Green #8AD32E
RGB
CMYK
RGB Variations
Color information
#8AD32E (or 0x8AD32E) is known color: Yellow Green. HEX triplet: 8A, D3 and 2E. RGB value is (138,211,46). Sum of RGB (Red+Green+Blue) = 138+211+46=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD32E is #752CD1. Grayscale: #AAAAAA. Windows color (decimal): -7679186 or 3068810. OLE color: 3068810.
HSL color Cylindrical-coordinate representation of color #8AD32E: hue angle of 86.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AD32E is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 46 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.17 |
| HSL | 86.55º | 0.65% | 0.5% | - |
| HSV(B) | 86.55º | 0.78% | 0.83% | - |
| XYZ | 34.27 | 52.19 | 10.85 | - |
| YUV | 170.36 | 57.82 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 46 | 0.35 | 0 | 0.78 | 0.17 | 86.55 | 0.65 | 0.5 |
| Hex | 8A | D3 | 2E | 23 | 0 | 4E | 11 | 57 | 41 | 32 |
| Octal | 212 | 323 | 56 | 43 | 0 | 116 | 21 | 127 | 101 | 62 |
| Binary | 10001010 | 11010011 | 101110 | 100011 | 0 | 1001110 | 10001 | 1010111 | 1000001 | 110010 |
Color Harmonies of #8AD32E
Complementary color
Monochromatic Colors of #8AD32E
Black with #8AD32E
Text Example
Text Example
White with #8AD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD32E; }
p { color: rgb(138,211,46); }
H1.HeaderClassName
{
color: #8AD32E;
}
.AnyTagClassName
{
color: #8AD32E;
}
</style>
background-color css
<style>
a { background-color: #8AD32E; }
a { background-color: rgb(138,211,46); }
div.DivClassName
{
background-color: #8AD32E;
}
.BgClassName
{
background-color: #8AD32E;
}
</style>
border-color css
<style>
span { border-color: #8AD32E; }
span { border-color: rgb(138,211,46); }
td.TdClassName
{
border-color: #8AD32E;
}
.TagClassName
{
border-color: #8AD32E;
}
</style>