Shades of Yellow Green #8ABF3E
Tints of Yellow Green #8ABF3E
RGB
CMYK
RGB Variations
Color information
#8ABF3E (or 0x8ABF3E) is known color: Yellow Green. HEX triplet: 8A, BF and 3E. RGB value is (138,191,62). Sum of RGB (Red+Green+Blue) = 138+191+62=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF3E is #7540C1. Grayscale: #A0A0A0. Windows color (decimal): -7684290 or 4112266. OLE color: 4112266.
HSL color Cylindrical-coordinate representation of color #8ABF3E: hue angle of 84.65º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ABF3E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 62 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.25 |
| HSL | 84.65º | 0.51% | 0.5% | - |
| HSV(B) | 84.65º | 0.68% | 0.75% | - |
| XYZ | 29.98 | 43.01 | 11.28 | - |
| YUV | 160.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 62 | 0.28 | 0 | 0.68 | 0.25 | 84.65 | 0.51 | 0.5 |
| Hex | 8A | BF | 3E | 1C | 0 | 44 | 19 | 55 | 33 | 32 |
| Octal | 212 | 277 | 76 | 34 | 0 | 104 | 31 | 125 | 63 | 62 |
| Binary | 10001010 | 10111111 | 111110 | 11100 | 0 | 1000100 | 11001 | 1010101 | 110011 | 110010 |
Color Harmonies of #8ABF3E
Complementary color
Monochromatic Colors of #8ABF3E
Black with #8ABF3E
Text Example
Text Example
White with #8ABF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABF3E; }
p { color: rgb(138,191,62); }
H1.HeaderClassName
{
color: #8ABF3E;
}
.AnyTagClassName
{
color: #8ABF3E;
}
</style>
background-color css
<style>
a { background-color: #8ABF3E; }
a { background-color: rgb(138,191,62); }
div.DivClassName
{
background-color: #8ABF3E;
}
.BgClassName
{
background-color: #8ABF3E;
}
</style>
border-color css
<style>
span { border-color: #8ABF3E; }
span { border-color: rgb(138,191,62); }
td.TdClassName
{
border-color: #8ABF3E;
}
.TagClassName
{
border-color: #8ABF3E;
}
</style>