Shades of Yellow Green #8AD221
Tints of Yellow Green #8AD221
RGB
CMYK
RGB Variations
Color information
#8AD221 (or 0x8AD221) is known color: Yellow Green. HEX triplet: 8A, D2 and 21. RGB value is (138,210,33). Sum of RGB (Red+Green+Blue) = 138+210+33=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD221 is #752DDE. Grayscale: #A8A8A8. Windows color (decimal): -7679455 or 2216586. OLE color: 2216586.
HSL color Cylindrical-coordinate representation of color #8AD221: hue angle of 84.41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AD221 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 33 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.18 |
| HSL | 84.41º | 0.73% | 0.48% | - |
| HSV(B) | 84.41º | 0.84% | 0.82% | - |
| XYZ | 33.8 | 51.61 | 9.62 | - |
| YUV | 168.29 | 51.65 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 33 | 0.34 | 0 | 0.84 | 0.18 | 84.41 | 0.73 | 0.48 |
| Hex | 8A | D2 | 21 | 22 | 0 | 54 | 12 | 54 | 49 | 30 |
| Octal | 212 | 322 | 41 | 42 | 0 | 124 | 22 | 124 | 111 | 60 |
| Binary | 10001010 | 11010010 | 100001 | 100010 | 0 | 1010100 | 10010 | 1010100 | 1001001 | 110000 |
Color Harmonies of #8AD221
Complementary color
Monochromatic Colors of #8AD221
Black with #8AD221
Text Example
Text Example
White with #8AD221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD221; }
p { color: rgb(138,210,33); }
H1.HeaderClassName
{
color: #8AD221;
}
.AnyTagClassName
{
color: #8AD221;
}
</style>
background-color css
<style>
a { background-color: #8AD221; }
a { background-color: rgb(138,210,33); }
div.DivClassName
{
background-color: #8AD221;
}
.BgClassName
{
background-color: #8AD221;
}
</style>
border-color css
<style>
span { border-color: #8AD221; }
span { border-color: rgb(138,210,33); }
td.TdClassName
{
border-color: #8AD221;
}
.TagClassName
{
border-color: #8AD221;
}
</style>