Shades of Yellow Green #8ADD32
Tints of Yellow Green #8ADD32
RGB
CMYK
RGB Variations
Color information
#8ADD32 (or 0x8ADD32) is known color: Yellow Green. HEX triplet: 8A, DD and 32. RGB value is (138,221,50). Sum of RGB (Red+Green+Blue) = 138+221+50=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD32 is #7522CD. Grayscale: #B1B1B1. Windows color (decimal): -7676622 or 3333514. OLE color: 3333514.
HSL color Cylindrical-coordinate representation of color #8ADD32: hue angle of 89.12º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ADD32 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 50 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.13 |
| HSL | 89.12º | 0.72% | 0.53% | - |
| HSV(B) | 89.12º | 0.77% | 0.87% | - |
| XYZ | 36.91 | 57.35 | 12.14 | - |
| YUV | 176.69 | 56.5 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 50 | 0.38 | 0 | 0.77 | 0.13 | 89.12 | 0.72 | 0.53 |
| Hex | 8A | DD | 32 | 26 | 0 | 4D | D | 59 | 48 | 35 |
| Octal | 212 | 335 | 62 | 46 | 0 | 115 | 15 | 131 | 110 | 65 |
| Binary | 10001010 | 11011101 | 110010 | 100110 | 0 | 1001101 | 1101 | 1011001 | 1001000 | 110101 |
Color Harmonies of #8ADD32
Complementary color
Monochromatic Colors of #8ADD32
Black with #8ADD32
Text Example
Text Example
White with #8ADD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD32; }
p { color: rgb(138,221,50); }
H1.HeaderClassName
{
color: #8ADD32;
}
.AnyTagClassName
{
color: #8ADD32;
}
</style>
background-color css
<style>
a { background-color: #8ADD32; }
a { background-color: rgb(138,221,50); }
div.DivClassName
{
background-color: #8ADD32;
}
.BgClassName
{
background-color: #8ADD32;
}
</style>
border-color css
<style>
span { border-color: #8ADD32; }
span { border-color: rgb(138,221,50); }
td.TdClassName
{
border-color: #8ADD32;
}
.TagClassName
{
border-color: #8ADD32;
}
</style>