Shades of Yellow Green #8AC136
Tints of Yellow Green #8AC136
RGB
CMYK
RGB Variations
Color information
#8AC136 (or 0x8AC136) is known color: Yellow Green. HEX triplet: 8A, C1 and 36. RGB value is (138,193,54). Sum of RGB (Red+Green+Blue) = 138+193+54=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC136 is #753EC9. Grayscale: #A1A1A1. Windows color (decimal): -7683786 or 3588490. OLE color: 3588490.
HSL color Cylindrical-coordinate representation of color #8AC136: hue angle of 83.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AC136 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 54 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.24 |
| HSL | 83.74º | 0.56% | 0.48% | - |
| HSV(B) | 83.74º | 0.72% | 0.76% | - |
| XYZ | 30.22 | 43.81 | 10.35 | - |
| YUV | 160.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 54 | 0.28 | 0 | 0.72 | 0.24 | 83.74 | 0.56 | 0.48 |
| Hex | 8A | C1 | 36 | 1C | 0 | 48 | 18 | 54 | 38 | 30 |
| Octal | 212 | 301 | 66 | 34 | 0 | 110 | 30 | 124 | 70 | 60 |
| Binary | 10001010 | 11000001 | 110110 | 11100 | 0 | 1001000 | 11000 | 1010100 | 111000 | 110000 |
Color Harmonies of #8AC136
Complementary color
Monochromatic Colors of #8AC136
Black with #8AC136
Text Example
Text Example
White with #8AC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC136; }
p { color: rgb(138,193,54); }
H1.HeaderClassName
{
color: #8AC136;
}
.AnyTagClassName
{
color: #8AC136;
}
</style>
background-color css
<style>
a { background-color: #8AC136; }
a { background-color: rgb(138,193,54); }
div.DivClassName
{
background-color: #8AC136;
}
.BgClassName
{
background-color: #8AC136;
}
</style>
border-color css
<style>
span { border-color: #8AC136; }
span { border-color: rgb(138,193,54); }
td.TdClassName
{
border-color: #8AC136;
}
.TagClassName
{
border-color: #8AC136;
}
</style>