Shades of Yellow Green #8ADD15
Tints of Yellow Green #8ADD15
RGB
CMYK
RGB Variations
Color information
#8ADD15 (or 0x8ADD15) is known color: Yellow Green. HEX triplet: 8A, DD and 15. RGB value is (138,221,21). Sum of RGB (Red+Green+Blue) = 138+221+21=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADD15 is #7522EA. Grayscale: #AEAEAE. Windows color (decimal): -7676651 or 1432970. OLE color: 1432970.
HSL color Cylindrical-coordinate representation of color #8ADD15: hue angle of 84.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8ADD15 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.13 |
| HSL | 84.9º | 0.83% | 0.47% | - |
| HSV(B) | 84.9º | 0.9% | 0.87% | - |
| XYZ | 36.47 | 57.17 | 9.82 | - |
| YUV | 173.38 | 42 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 21 | 0.38 | 0 | 0.90 | 0.13 | 84.9 | 0.83 | 0.47 |
| Hex | 8A | DD | 15 | 26 | 0 | 5A | D | 55 | 53 | 2F |
| Octal | 212 | 335 | 25 | 46 | 0 | 132 | 15 | 125 | 123 | 57 |
| Binary | 10001010 | 11011101 | 10101 | 100110 | 0 | 1011010 | 1101 | 1010101 | 1010011 | 101111 |
Color Harmonies of #8ADD15
Complementary color
Monochromatic Colors of #8ADD15
Black with #8ADD15
Text Example
Text Example
White with #8ADD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD15; }
p { color: rgb(138,221,21); }
H1.HeaderClassName
{
color: #8ADD15;
}
.AnyTagClassName
{
color: #8ADD15;
}
</style>
background-color css
<style>
a { background-color: #8ADD15; }
a { background-color: rgb(138,221,21); }
div.DivClassName
{
background-color: #8ADD15;
}
.BgClassName
{
background-color: #8ADD15;
}
</style>
border-color css
<style>
span { border-color: #8ADD15; }
span { border-color: rgb(138,221,21); }
td.TdClassName
{
border-color: #8ADD15;
}
.TagClassName
{
border-color: #8ADD15;
}
</style>