Shades of Yellow Green #8AD514
Tints of Yellow Green #8AD514
RGB
CMYK
RGB Variations
Color information
#8AD514 (or 0x8AD514) is known color: Yellow Green. HEX triplet: 8A, D5 and 14. RGB value is (138,213,20). Sum of RGB (Red+Green+Blue) = 138+213+20=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD514 is #752AEB. Grayscale: #A9A9A9. Windows color (decimal): -7678700 or 1365386. OLE color: 1365386.
HSL color Cylindrical-coordinate representation of color #8AD514: hue angle of 83.32º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AD514 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 20 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.16 |
| HSL | 83.32º | 0.83% | 0.46% | - |
| HSV(B) | 83.32º | 0.91% | 0.84% | - |
| XYZ | 34.4 | 53.04 | 9.09 | - |
| YUV | 168.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 20 | 0.35 | 0 | 0.91 | 0.16 | 83.32 | 0.83 | 0.46 |
| Hex | 8A | D5 | 14 | 23 | 0 | 5B | 10 | 53 | 53 | 2E |
| Octal | 212 | 325 | 24 | 43 | 0 | 133 | 20 | 123 | 123 | 56 |
| Binary | 10001010 | 11010101 | 10100 | 100011 | 0 | 1011011 | 10000 | 1010011 | 1010011 | 101110 |
Color Harmonies of #8AD514
Complementary color
Monochromatic Colors of #8AD514
Black with #8AD514
Text Example
Text Example
White with #8AD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD514; }
p { color: rgb(138,213,20); }
H1.HeaderClassName
{
color: #8AD514;
}
.AnyTagClassName
{
color: #8AD514;
}
</style>
background-color css
<style>
a { background-color: #8AD514; }
a { background-color: rgb(138,213,20); }
div.DivClassName
{
background-color: #8AD514;
}
.BgClassName
{
background-color: #8AD514;
}
</style>
border-color css
<style>
span { border-color: #8AD514; }
span { border-color: rgb(138,213,20); }
td.TdClassName
{
border-color: #8AD514;
}
.TagClassName
{
border-color: #8AD514;
}
</style>