Shades of Yellow Green #8AD213
Tints of Yellow Green #8AD213
RGB
CMYK
RGB Variations
Color information
#8AD213 (or 0x8AD213) is known color: Yellow Green. HEX triplet: 8A, D2 and 13. RGB value is (138,210,19). Sum of RGB (Red+Green+Blue) = 138+210+19=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD213 is #752DEC. Grayscale: #A7A7A7. Windows color (decimal): -7679469 or 1299082. OLE color: 1299082.
HSL color Cylindrical-coordinate representation of color #8AD213: hue angle of 82.62º degrees, saturation: 0.83, 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 #8AD213 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 19 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.18 |
| HSL | 82.62º | 0.83% | 0.45% | - |
| HSV(B) | 82.62º | 0.91% | 0.82% | - |
| XYZ | 33.65 | 51.54 | 8.79 | - |
| YUV | 166.7 | 44.65 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 19 | 0.34 | 0 | 0.91 | 0.18 | 82.62 | 0.83 | 0.45 |
| Hex | 8A | D2 | 13 | 22 | 0 | 5B | 12 | 53 | 53 | 2D |
| Octal | 212 | 322 | 23 | 42 | 0 | 133 | 22 | 123 | 123 | 55 |
| Binary | 10001010 | 11010010 | 10011 | 100010 | 0 | 1011011 | 10010 | 1010011 | 1010011 | 101101 |
Color Harmonies of #8AD213
Complementary color
Monochromatic Colors of #8AD213
Black with #8AD213
Text Example
Text Example
White with #8AD213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD213; }
p { color: rgb(138,210,19); }
H1.HeaderClassName
{
color: #8AD213;
}
.AnyTagClassName
{
color: #8AD213;
}
</style>
background-color css
<style>
a { background-color: #8AD213; }
a { background-color: rgb(138,210,19); }
div.DivClassName
{
background-color: #8AD213;
}
.BgClassName
{
background-color: #8AD213;
}
</style>
border-color css
<style>
span { border-color: #8AD213; }
span { border-color: rgb(138,210,19); }
td.TdClassName
{
border-color: #8AD213;
}
.TagClassName
{
border-color: #8AD213;
}
</style>