Shades of Yellow Green #8ABA3E
Tints of Yellow Green #8ABA3E
RGB
CMYK
RGB Variations
Color information
#8ABA3E (or 0x8ABA3E) is known color: Yellow Green. HEX triplet: 8A, BA and 3E. RGB value is (138,186,62). Sum of RGB (Red+Green+Blue) = 138+186+62=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA3E is #7545C1. Grayscale: #9D9D9D. Windows color (decimal): -7685570 or 4110986. OLE color: 4110986.
HSL color Cylindrical-coordinate representation of color #8ABA3E: hue angle of 83.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ABA3E is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
RGB | 138 | 186 | 62 | - |
CMYK | 0.26 | 0 | 0.67 | 0.27 |
HSL | 83.23º | 0.5% | 0.49% | - |
HSV(B) | 83.23º | 0.67% | 0.73% | - |
XYZ | 28.91 | 40.87 | 10.92 | - |
YUV | 157.51 | 74.1 | 114.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 186 | 62 | 0.26 | 0 | 0.67 | 0.27 | 83.23 | 0.5 | 0.49 |
Hex | 8A | BA | 3E | 1A | 0 | 43 | 1B | 53 | 32 | 31 |
Octal | 212 | 272 | 76 | 32 | 0 | 103 | 33 | 123 | 62 | 61 |
Binary | 10001010 | 10111010 | 111110 | 11010 | 0 | 1000011 | 11011 | 1010011 | 110010 | 110001 |
Color Harmonies of #8ABA3E
Complementary color
Monochromatic Colors of #8ABA3E
Black with #8ABA3E
Text Example
Text Example
White with #8ABA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA3E; }
p { color: rgb(138,186,62); }
H1.HeaderClassName
{
color: #8ABA3E;
}
.AnyTagClassName
{
color: #8ABA3E;
}
</style>
background-color css
<style>
a { background-color: #8ABA3E; }
a { background-color: rgb(138,186,62); }
div.DivClassName
{
background-color: #8ABA3E;
}
.BgClassName
{
background-color: #8ABA3E;
}
</style>
border-color css
<style>
span { border-color: #8ABA3E; }
span { border-color: rgb(138,186,62); }
td.TdClassName
{
border-color: #8ABA3E;
}
.TagClassName
{
border-color: #8ABA3E;
}
</style>