Shades of Yellow Green #8ABA3D
Tints of Yellow Green #8ABA3D
RGB
CMYK
RGB Variations
Color information
#8ABA3D (or 0x8ABA3D) is known color: Yellow Green. HEX triplet: 8A, BA and 3D. RGB value is (138,186,61). Sum of RGB (Red+Green+Blue) = 138+186+61=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA3D is #7545C2. Grayscale: #9D9D9D. Windows color (decimal): -7685571 or 4045450. OLE color: 4045450.
HSL color Cylindrical-coordinate representation of color #8ABA3D: hue angle of 83.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ABA3D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 61 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.27 |
| HSL | 83.04º | 0.51% | 0.48% | - |
| HSV(B) | 83.04º | 0.67% | 0.73% | - |
| XYZ | 28.88 | 40.86 | 10.78 | - |
| YUV | 157.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 61 | 0.26 | 0 | 0.67 | 0.27 | 83.04 | 0.51 | 0.48 |
| Hex | 8A | BA | 3D | 1A | 0 | 43 | 1B | 53 | 33 | 30 |
| Octal | 212 | 272 | 75 | 32 | 0 | 103 | 33 | 123 | 63 | 60 |
| Binary | 10001010 | 10111010 | 111101 | 11010 | 0 | 1000011 | 11011 | 1010011 | 110011 | 110000 |
Color Harmonies of #8ABA3D
Complementary color
Monochromatic Colors of #8ABA3D
Black with #8ABA3D
Text Example
Text Example
White with #8ABA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA3D; }
p { color: rgb(138,186,61); }
H1.HeaderClassName
{
color: #8ABA3D;
}
.AnyTagClassName
{
color: #8ABA3D;
}
</style>
background-color css
<style>
a { background-color: #8ABA3D; }
a { background-color: rgb(138,186,61); }
div.DivClassName
{
background-color: #8ABA3D;
}
.BgClassName
{
background-color: #8ABA3D;
}
</style>
border-color css
<style>
span { border-color: #8ABA3D; }
span { border-color: rgb(138,186,61); }
td.TdClassName
{
border-color: #8ABA3D;
}
.TagClassName
{
border-color: #8ABA3D;
}
</style>