Shades of Yellow Green #8AD10F
Tints of Yellow Green #8AD10F
RGB
CMYK
RGB Variations
Color information
#8AD10F (or 0x8AD10F) is known color: Yellow Green. HEX triplet: 8A, D1 and 0F. RGB value is (138,209,15). Sum of RGB (Red+Green+Blue) = 138+209+15=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD10F is #752EF0. Grayscale: #A6A6A6. Windows color (decimal): -7679729 or 1036682. OLE color: 1036682.
HSL color Cylindrical-coordinate representation of color #8AD10F: hue angle of 81.96º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AD10F is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 15 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.18 |
| HSL | 81.96º | 0.87% | 0.44% | - |
| HSV(B) | 81.96º | 0.93% | 0.82% | - |
| XYZ | 33.37 | 51.04 | 8.54 | - |
| YUV | 165.66 | 42.98 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 15 | 0.34 | 0 | 0.93 | 0.18 | 81.96 | 0.87 | 0.44 |
| Hex | 8A | D1 | F | 22 | 0 | 5D | 12 | 52 | 57 | 2C |
| Octal | 212 | 321 | 17 | 42 | 0 | 135 | 22 | 122 | 127 | 54 |
| Binary | 10001010 | 11010001 | 1111 | 100010 | 0 | 1011101 | 10010 | 1010010 | 1010111 | 101100 |
Color Harmonies of #8AD10F
Complementary color
Monochromatic Colors of #8AD10F
Black with #8AD10F
Text Example
Text Example
White with #8AD10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD10F; }
p { color: rgb(138,209,15); }
H1.HeaderClassName
{
color: #8AD10F;
}
.AnyTagClassName
{
color: #8AD10F;
}
</style>
background-color css
<style>
a { background-color: #8AD10F; }
a { background-color: rgb(138,209,15); }
div.DivClassName
{
background-color: #8AD10F;
}
.BgClassName
{
background-color: #8AD10F;
}
</style>
border-color css
<style>
span { border-color: #8AD10F; }
span { border-color: rgb(138,209,15); }
td.TdClassName
{
border-color: #8AD10F;
}
.TagClassName
{
border-color: #8AD10F;
}
</style>