Shades of Yellow Green #8AD412
Tints of Yellow Green #8AD412
RGB
CMYK
RGB Variations
Color information
#8AD412 (or 0x8AD412) is known color: Yellow Green. HEX triplet: 8A, D4 and 12. RGB value is (138,212,18). Sum of RGB (Red+Green+Blue) = 138+212+18=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD412 is #752BED. Grayscale: #A8A8A8. Windows color (decimal): -7678958 or 1234058. OLE color: 1234058.
HSL color Cylindrical-coordinate representation of color #8AD412: hue angle of 82.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AD412 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 18 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.17 |
| HSL | 82.89º | 0.84% | 0.45% | - |
| HSV(B) | 82.89º | 0.92% | 0.83% | - |
| XYZ | 34.13 | 52.53 | 8.91 | - |
| YUV | 167.76 | 43.48 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 18 | 0.35 | 0 | 0.92 | 0.17 | 82.89 | 0.84 | 0.45 |
| Hex | 8A | D4 | 12 | 23 | 0 | 5C | 11 | 53 | 54 | 2D |
| Octal | 212 | 324 | 22 | 43 | 0 | 134 | 21 | 123 | 124 | 55 |
| Binary | 10001010 | 11010100 | 10010 | 100011 | 0 | 1011100 | 10001 | 1010011 | 1010100 | 101101 |
Color Harmonies of #8AD412
Complementary color
Monochromatic Colors of #8AD412
Black with #8AD412
Text Example
Text Example
White with #8AD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD412; }
p { color: rgb(138,212,18); }
H1.HeaderClassName
{
color: #8AD412;
}
.AnyTagClassName
{
color: #8AD412;
}
</style>
background-color css
<style>
a { background-color: #8AD412; }
a { background-color: rgb(138,212,18); }
div.DivClassName
{
background-color: #8AD412;
}
.BgClassName
{
background-color: #8AD412;
}
</style>
border-color css
<style>
span { border-color: #8AD412; }
span { border-color: rgb(138,212,18); }
td.TdClassName
{
border-color: #8AD412;
}
.TagClassName
{
border-color: #8AD412;
}
</style>