Shades of Yellow Green #8AD512
Tints of Yellow Green #8AD512
RGB
CMYK
RGB Variations
Color information
#8AD512 (or 0x8AD512) is known color: Yellow Green. HEX triplet: 8A, D5 and 12. RGB value is (138,213,18). Sum of RGB (Red+Green+Blue) = 138+213+18=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD512 is #752AED. Grayscale: #A9A9A9. Windows color (decimal): -7678702 or 1234314. OLE color: 1234314.
HSL color Cylindrical-coordinate representation of color #8AD512: hue angle of 83.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AD512 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 18 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.16 |
| HSL | 83.08º | 0.84% | 0.45% | - |
| HSV(B) | 83.08º | 0.92% | 0.84% | - |
| XYZ | 34.38 | 53.04 | 9 | - |
| YUV | 168.35 | 43.15 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 18 | 0.35 | 0 | 0.92 | 0.16 | 83.08 | 0.84 | 0.45 |
| Hex | 8A | D5 | 12 | 23 | 0 | 5C | 10 | 53 | 54 | 2D |
| Octal | 212 | 325 | 22 | 43 | 0 | 134 | 20 | 123 | 124 | 55 |
| Binary | 10001010 | 11010101 | 10010 | 100011 | 0 | 1011100 | 10000 | 1010011 | 1010100 | 101101 |
Color Harmonies of #8AD512
Complementary color
Monochromatic Colors of #8AD512
Black with #8AD512
Text Example
Text Example
White with #8AD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD512; }
p { color: rgb(138,213,18); }
H1.HeaderClassName
{
color: #8AD512;
}
.AnyTagClassName
{
color: #8AD512;
}
</style>
background-color css
<style>
a { background-color: #8AD512; }
a { background-color: rgb(138,213,18); }
div.DivClassName
{
background-color: #8AD512;
}
.BgClassName
{
background-color: #8AD512;
}
</style>
border-color css
<style>
span { border-color: #8AD512; }
span { border-color: rgb(138,213,18); }
td.TdClassName
{
border-color: #8AD512;
}
.TagClassName
{
border-color: #8AD512;
}
</style>