Shades of Yellow Green #8ABA3F
Tints of Yellow Green #8ABA3F
RGB
CMYK
RGB Variations
Color information
#8ABA3F (or 0x8ABA3F) is known color: Yellow Green. HEX triplet: 8A, BA and 3F. RGB value is (138,186,63). Sum of RGB (Red+Green+Blue) = 138+186+63=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA3F is #7545C0. Grayscale: #9E9E9E. Windows color (decimal): -7685569 or 4176522. OLE color: 4176522.
HSL color Cylindrical-coordinate representation of color #8ABA3F: hue angle of 83.41º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ABA3F is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 63 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.27 |
| HSL | 83.41º | 0.49% | 0.49% | - |
| HSV(B) | 83.41º | 0.66% | 0.73% | - |
| XYZ | 28.94 | 40.88 | 11.07 | - |
| YUV | 157.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 63 | 0.26 | 0 | 0.66 | 0.27 | 83.41 | 0.49 | 0.49 |
| Hex | 8A | BA | 3F | 1A | 0 | 42 | 1B | 53 | 31 | 31 |
| Octal | 212 | 272 | 77 | 32 | 0 | 102 | 33 | 123 | 61 | 61 |
| Binary | 10001010 | 10111010 | 111111 | 11010 | 0 | 1000010 | 11011 | 1010011 | 110001 | 110001 |
Color Harmonies of #8ABA3F
Complementary color
Monochromatic Colors of #8ABA3F
Black with #8ABA3F
Text Example
Text Example
White with #8ABA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA3F; }
p { color: rgb(138,186,63); }
H1.HeaderClassName
{
color: #8ABA3F;
}
.AnyTagClassName
{
color: #8ABA3F;
}
</style>
background-color css
<style>
a { background-color: #8ABA3F; }
a { background-color: rgb(138,186,63); }
div.DivClassName
{
background-color: #8ABA3F;
}
.BgClassName
{
background-color: #8ABA3F;
}
</style>
border-color css
<style>
span { border-color: #8ABA3F; }
span { border-color: rgb(138,186,63); }
td.TdClassName
{
border-color: #8ABA3F;
}
.TagClassName
{
border-color: #8ABA3F;
}
</style>