Shades of Yellow Green #8AD222
Tints of Yellow Green #8AD222
RGB
CMYK
RGB Variations
Color information
#8AD222 (or 0x8AD222) is known color: Yellow Green. HEX triplet: 8A, D2 and 22. RGB value is (138,210,34). Sum of RGB (Red+Green+Blue) = 138+210+34=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD222 is #752DDD. Grayscale: #A9A9A9. Windows color (decimal): -7679454 or 2282122. OLE color: 2282122.
HSL color Cylindrical-coordinate representation of color #8AD222: hue angle of 84.55º degrees, saturation: 0.72, 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 #8AD222 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 34 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.18 |
| HSL | 84.55º | 0.72% | 0.48% | - |
| HSV(B) | 84.55º | 0.84% | 0.82% | - |
| XYZ | 33.82 | 51.61 | 9.69 | - |
| YUV | 168.41 | 52.15 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 34 | 0.34 | 0 | 0.84 | 0.18 | 84.55 | 0.72 | 0.48 |
| Hex | 8A | D2 | 22 | 22 | 0 | 54 | 12 | 55 | 48 | 30 |
| Octal | 212 | 322 | 42 | 42 | 0 | 124 | 22 | 125 | 110 | 60 |
| Binary | 10001010 | 11010010 | 100010 | 100010 | 0 | 1010100 | 10010 | 1010101 | 1001000 | 110000 |
Color Harmonies of #8AD222
Complementary color
Monochromatic Colors of #8AD222
Black with #8AD222
Text Example
Text Example
White with #8AD222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD222; }
p { color: rgb(138,210,34); }
H1.HeaderClassName
{
color: #8AD222;
}
.AnyTagClassName
{
color: #8AD222;
}
</style>
background-color css
<style>
a { background-color: #8AD222; }
a { background-color: rgb(138,210,34); }
div.DivClassName
{
background-color: #8AD222;
}
.BgClassName
{
background-color: #8AD222;
}
</style>
border-color css
<style>
span { border-color: #8AD222; }
span { border-color: rgb(138,210,34); }
td.TdClassName
{
border-color: #8AD222;
}
.TagClassName
{
border-color: #8AD222;
}
</style>