Shades of Yellow Green #8ABA3C
Tints of Yellow Green #8ABA3C
RGB
CMYK
RGB Variations
Color information
#8ABA3C (or 0x8ABA3C) is known color: Yellow Green. HEX triplet: 8A, BA and 3C. RGB value is (138,186,60). Sum of RGB (Red+Green+Blue) = 138+186+60=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA3C is #7545C3. Grayscale: #9D9D9D. Windows color (decimal): -7685572 or 3979914. OLE color: 3979914.
HSL color Cylindrical-coordinate representation of color #8ABA3C: hue angle of 82.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ABA3C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 60 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.27 |
| HSL | 82.86º | 0.51% | 0.48% | - |
| HSV(B) | 82.86º | 0.68% | 0.73% | - |
| XYZ | 28.86 | 40.85 | 10.64 | - |
| YUV | 157.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 60 | 0.26 | 0 | 0.68 | 0.27 | 82.86 | 0.51 | 0.48 |
| Hex | 8A | BA | 3C | 1A | 0 | 44 | 1B | 53 | 33 | 30 |
| Octal | 212 | 272 | 74 | 32 | 0 | 104 | 33 | 123 | 63 | 60 |
| Binary | 10001010 | 10111010 | 111100 | 11010 | 0 | 1000100 | 11011 | 1010011 | 110011 | 110000 |
Color Harmonies of #8ABA3C
Complementary color
Monochromatic Colors of #8ABA3C
Black with #8ABA3C
Text Example
Text Example
White with #8ABA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA3C; }
p { color: rgb(138,186,60); }
H1.HeaderClassName
{
color: #8ABA3C;
}
.AnyTagClassName
{
color: #8ABA3C;
}
</style>
background-color css
<style>
a { background-color: #8ABA3C; }
a { background-color: rgb(138,186,60); }
div.DivClassName
{
background-color: #8ABA3C;
}
.BgClassName
{
background-color: #8ABA3C;
}
</style>
border-color css
<style>
span { border-color: #8ABA3C; }
span { border-color: rgb(138,186,60); }
td.TdClassName
{
border-color: #8ABA3C;
}
.TagClassName
{
border-color: #8ABA3C;
}
</style>