Shades of Yellow Green #8AD121
Tints of Yellow Green #8AD121
RGB
CMYK
RGB Variations
Color information
#8AD121 (or 0x8AD121) is known color: Yellow Green. HEX triplet: 8A, D1 and 21. RGB value is (138,209,33). Sum of RGB (Red+Green+Blue) = 138+209+33=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD121 is #752EDE. Grayscale: #A8A8A8. Windows color (decimal): -7679711 or 2216330. OLE color: 2216330.
HSL color Cylindrical-coordinate representation of color #8AD121: hue angle of 84.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AD121 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 33 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.18 |
| HSL | 84.2º | 0.73% | 0.47% | - |
| HSV(B) | 84.2º | 0.84% | 0.82% | - |
| XYZ | 33.56 | 51.11 | 9.54 | - |
| YUV | 167.71 | 51.98 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 33 | 0.34 | 0 | 0.84 | 0.18 | 84.2 | 0.73 | 0.47 |
| Hex | 8A | D1 | 21 | 22 | 0 | 54 | 12 | 54 | 49 | 2F |
| Octal | 212 | 321 | 41 | 42 | 0 | 124 | 22 | 124 | 111 | 57 |
| Binary | 10001010 | 11010001 | 100001 | 100010 | 0 | 1010100 | 10010 | 1010100 | 1001001 | 101111 |
Color Harmonies of #8AD121
Complementary color
Monochromatic Colors of #8AD121
Black with #8AD121
Text Example
Text Example
White with #8AD121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD121; }
p { color: rgb(138,209,33); }
H1.HeaderClassName
{
color: #8AD121;
}
.AnyTagClassName
{
color: #8AD121;
}
</style>
background-color css
<style>
a { background-color: #8AD121; }
a { background-color: rgb(138,209,33); }
div.DivClassName
{
background-color: #8AD121;
}
.BgClassName
{
background-color: #8AD121;
}
</style>
border-color css
<style>
span { border-color: #8AD121; }
span { border-color: rgb(138,209,33); }
td.TdClassName
{
border-color: #8AD121;
}
.TagClassName
{
border-color: #8AD121;
}
</style>