Shades of Yellow Green #8AD50F
Tints of Yellow Green #8AD50F
RGB
CMYK
RGB Variations
Color information
#8AD50F (or 0x8AD50F) is known color: Yellow Green. HEX triplet: 8A, D5 and 0F. RGB value is (138,213,15). Sum of RGB (Red+Green+Blue) = 138+213+15=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD50F is #752AF0. Grayscale: #A8A8A8. Windows color (decimal): -7678705 or 1037706. OLE color: 1037706.
HSL color Cylindrical-coordinate representation of color #8AD50F: hue angle of 82.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AD50F is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 15 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.16 |
| HSL | 82.73º | 0.87% | 0.45% | - |
| HSV(B) | 82.73º | 0.93% | 0.84% | - |
| XYZ | 34.36 | 53.03 | 8.88 | - |
| YUV | 168 | 41.65 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 15 | 0.35 | 0 | 0.93 | 0.16 | 82.73 | 0.87 | 0.45 |
| Hex | 8A | D5 | F | 23 | 0 | 5D | 10 | 53 | 57 | 2D |
| Octal | 212 | 325 | 17 | 43 | 0 | 135 | 20 | 123 | 127 | 55 |
| Binary | 10001010 | 11010101 | 1111 | 100011 | 0 | 1011101 | 10000 | 1010011 | 1010111 | 101101 |
Color Harmonies of #8AD50F
Complementary color
Monochromatic Colors of #8AD50F
Black with #8AD50F
Text Example
Text Example
White with #8AD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD50F; }
p { color: rgb(138,213,15); }
H1.HeaderClassName
{
color: #8AD50F;
}
.AnyTagClassName
{
color: #8AD50F;
}
</style>
background-color css
<style>
a { background-color: #8AD50F; }
a { background-color: rgb(138,213,15); }
div.DivClassName
{
background-color: #8AD50F;
}
.BgClassName
{
background-color: #8AD50F;
}
</style>
border-color css
<style>
span { border-color: #8AD50F; }
span { border-color: rgb(138,213,15); }
td.TdClassName
{
border-color: #8AD50F;
}
.TagClassName
{
border-color: #8AD50F;
}
</style>