Shades of Yellow Green #8ADE31
Tints of Yellow Green #8ADE31
RGB
CMYK
RGB Variations
Color information
#8ADE31 (or 0x8ADE31) is known color: Yellow Green. HEX triplet: 8A, DE and 31. RGB value is (138,222,49). Sum of RGB (Red+Green+Blue) = 138+222+49=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADE31 is #7521CE. Grayscale: #B1B1B1. Windows color (decimal): -7676367 or 3268234. OLE color: 3268234.
HSL color Cylindrical-coordinate representation of color #8ADE31: hue angle of 89.13º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8ADE31 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 49 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.13 |
| HSL | 89.13º | 0.72% | 0.53% | - |
| HSV(B) | 89.13º | 0.78% | 0.87% | - |
| XYZ | 37.16 | 57.87 | 12.12 | - |
| YUV | 177.16 | 55.67 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 49 | 0.38 | 0 | 0.78 | 0.13 | 89.13 | 0.72 | 0.53 |
| Hex | 8A | DE | 31 | 26 | 0 | 4E | D | 59 | 48 | 35 |
| Octal | 212 | 336 | 61 | 46 | 0 | 116 | 15 | 131 | 110 | 65 |
| Binary | 10001010 | 11011110 | 110001 | 100110 | 0 | 1001110 | 1101 | 1011001 | 1001000 | 110101 |
Color Harmonies of #8ADE31
Complementary color
Monochromatic Colors of #8ADE31
Black with #8ADE31
Text Example
Text Example
White with #8ADE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE31; }
p { color: rgb(138,222,49); }
H1.HeaderClassName
{
color: #8ADE31;
}
.AnyTagClassName
{
color: #8ADE31;
}
</style>
background-color css
<style>
a { background-color: #8ADE31; }
a { background-color: rgb(138,222,49); }
div.DivClassName
{
background-color: #8ADE31;
}
.BgClassName
{
background-color: #8ADE31;
}
</style>
border-color css
<style>
span { border-color: #8ADE31; }
span { border-color: rgb(138,222,49); }
td.TdClassName
{
border-color: #8ADE31;
}
.TagClassName
{
border-color: #8ADE31;
}
</style>