Shades of Yellow Green #8AC931
Tints of Yellow Green #8AC931
RGB
CMYK
RGB Variations
Color information
#8AC931 (or 0x8AC931) is known color: Yellow Green. HEX triplet: 8A, C9 and 31. RGB value is (138,201,49). Sum of RGB (Red+Green+Blue) = 138+201+49=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC931 is #7536CE. Grayscale: #A5A5A5. Windows color (decimal): -7681743 or 3262858. OLE color: 3262858.
HSL color Cylindrical-coordinate representation of color #8AC931: hue angle of 84.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AC931 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 49 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.21 |
| HSL | 84.87º | 0.61% | 0.49% | - |
| HSV(B) | 84.87º | 0.76% | 0.79% | - |
| XYZ | 31.92 | 47.4 | 10.37 | - |
| YUV | 164.84 | 62.63 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 49 | 0.31 | 0 | 0.76 | 0.21 | 84.87 | 0.61 | 0.49 |
| Hex | 8A | C9 | 31 | 1F | 0 | 4C | 15 | 55 | 3D | 31 |
| Octal | 212 | 311 | 61 | 37 | 0 | 114 | 25 | 125 | 75 | 61 |
| Binary | 10001010 | 11001001 | 110001 | 11111 | 0 | 1001100 | 10101 | 1010101 | 111101 | 110001 |
Color Harmonies of #8AC931
Complementary color
Monochromatic Colors of #8AC931
Black with #8AC931
Text Example
Text Example
White with #8AC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC931; }
p { color: rgb(138,201,49); }
H1.HeaderClassName
{
color: #8AC931;
}
.AnyTagClassName
{
color: #8AC931;
}
</style>
background-color css
<style>
a { background-color: #8AC931; }
a { background-color: rgb(138,201,49); }
div.DivClassName
{
background-color: #8AC931;
}
.BgClassName
{
background-color: #8AC931;
}
</style>
border-color css
<style>
span { border-color: #8AC931; }
span { border-color: rgb(138,201,49); }
td.TdClassName
{
border-color: #8AC931;
}
.TagClassName
{
border-color: #8AC931;
}
</style>