Shades of Yellow Green #8AC731
Tints of Yellow Green #8AC731
RGB
CMYK
RGB Variations
Color information
#8AC731 (or 0x8AC731) is known color: Yellow Green. HEX triplet: 8A, C7 and 31. RGB value is (138,199,49). Sum of RGB (Red+Green+Blue) = 138+199+49=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC731 is #7538CE. Grayscale: #A4A4A4. Windows color (decimal): -7682255 or 3262346. OLE color: 3262346.
HSL color Cylindrical-coordinate representation of color #8AC731: hue angle of 84.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AC731 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 199 | 49 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.22 |
| HSL | 84.4º | 0.6% | 0.49% | - |
| HSV(B) | 84.4º | 0.75% | 0.78% | - |
| XYZ | 31.46 | 46.47 | 10.22 | - |
| YUV | 163.66 | 63.29 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 199 | 49 | 0.31 | 0 | 0.75 | 0.22 | 84.4 | 0.6 | 0.49 |
| Hex | 8A | C7 | 31 | 1F | 0 | 4B | 16 | 54 | 3C | 31 |
| Octal | 212 | 307 | 61 | 37 | 0 | 113 | 26 | 124 | 74 | 61 |
| Binary | 10001010 | 11000111 | 110001 | 11111 | 0 | 1001011 | 10110 | 1010100 | 111100 | 110001 |
Color Harmonies of #8AC731
Complementary color
Monochromatic Colors of #8AC731
Black with #8AC731
Text Example
Text Example
White with #8AC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC731; }
p { color: rgb(138,199,49); }
H1.HeaderClassName
{
color: #8AC731;
}
.AnyTagClassName
{
color: #8AC731;
}
</style>
background-color css
<style>
a { background-color: #8AC731; }
a { background-color: rgb(138,199,49); }
div.DivClassName
{
background-color: #8AC731;
}
.BgClassName
{
background-color: #8AC731;
}
</style>
border-color css
<style>
span { border-color: #8AC731; }
span { border-color: rgb(138,199,49); }
td.TdClassName
{
border-color: #8AC731;
}
.TagClassName
{
border-color: #8AC731;
}
</style>