Shades of Yellow Green #8AD212
Tints of Yellow Green #8AD212
RGB
CMYK
RGB Variations
Color information
#8AD212 (or 0x8AD212) is known color: Yellow Green. HEX triplet: 8A, D2 and 12. RGB value is (138,210,18). Sum of RGB (Red+Green+Blue) = 138+210+18=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD212 is #752DED. Grayscale: #A7A7A7. Windows color (decimal): -7679470 or 1233546. OLE color: 1233546.
HSL color Cylindrical-coordinate representation of color #8AD212: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AD212 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.18 |
| HSL | 82.5º | 0.84% | 0.45% | - |
| HSV(B) | 82.5º | 0.91% | 0.82% | - |
| XYZ | 33.64 | 51.54 | 8.75 | - |
| YUV | 166.58 | 44.15 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 18 | 0.34 | 0 | 0.91 | 0.18 | 82.5 | 0.84 | 0.45 |
| Hex | 8A | D2 | 12 | 22 | 0 | 5B | 12 | 52 | 54 | 2D |
| Octal | 212 | 322 | 22 | 42 | 0 | 133 | 22 | 122 | 124 | 55 |
| Binary | 10001010 | 11010010 | 10010 | 100010 | 0 | 1011011 | 10010 | 1010010 | 1010100 | 101101 |
Color Harmonies of #8AD212
Complementary color
Monochromatic Colors of #8AD212
Black with #8AD212
Text Example
Text Example
White with #8AD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD212; }
p { color: rgb(138,210,18); }
H1.HeaderClassName
{
color: #8AD212;
}
.AnyTagClassName
{
color: #8AD212;
}
</style>
background-color css
<style>
a { background-color: #8AD212; }
a { background-color: rgb(138,210,18); }
div.DivClassName
{
background-color: #8AD212;
}
.BgClassName
{
background-color: #8AD212;
}
</style>
border-color css
<style>
span { border-color: #8AD212; }
span { border-color: rgb(138,210,18); }
td.TdClassName
{
border-color: #8AD212;
}
.TagClassName
{
border-color: #8AD212;
}
</style>