Shades of Yellow Green #8AD521
Tints of Yellow Green #8AD521
RGB
CMYK
RGB Variations
Color information
#8AD521 (or 0x8AD521) is known color: Yellow Green. HEX triplet: 8A, D5 and 21. RGB value is (138,213,33). Sum of RGB (Red+Green+Blue) = 138+213+33=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD521 is #752ADE. Grayscale: #AAAAAA. Windows color (decimal): -7678687 or 2217354. OLE color: 2217354.
HSL color Cylindrical-coordinate representation of color #8AD521: hue angle of 85º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AD521 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 33 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.16 |
| HSL | 85º | 0.73% | 0.48% | - |
| HSV(B) | 85º | 0.85% | 0.84% | - |
| XYZ | 34.55 | 53.1 | 9.87 | - |
| YUV | 170.06 | 50.65 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 33 | 0.35 | 0 | 0.85 | 0.16 | 85 | 0.73 | 0.48 |
| Hex | 8A | D5 | 21 | 23 | 0 | 55 | 10 | 55 | 49 | 30 |
| Octal | 212 | 325 | 41 | 43 | 0 | 125 | 20 | 125 | 111 | 60 |
| Binary | 10001010 | 11010101 | 100001 | 100011 | 0 | 1010101 | 10000 | 1010101 | 1001001 | 110000 |
Color Harmonies of #8AD521
Complementary color
Monochromatic Colors of #8AD521
Black with #8AD521
Text Example
Text Example
White with #8AD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD521; }
p { color: rgb(138,213,33); }
H1.HeaderClassName
{
color: #8AD521;
}
.AnyTagClassName
{
color: #8AD521;
}
</style>
background-color css
<style>
a { background-color: #8AD521; }
a { background-color: rgb(138,213,33); }
div.DivClassName
{
background-color: #8AD521;
}
.BgClassName
{
background-color: #8AD521;
}
</style>
border-color css
<style>
span { border-color: #8AD521; }
span { border-color: rgb(138,213,33); }
td.TdClassName
{
border-color: #8AD521;
}
.TagClassName
{
border-color: #8AD521;
}
</style>