Shades of Yellow Green #8AC12C
Tints of Yellow Green #8AC12C
RGB
CMYK
RGB Variations
Color information
#8AC12C (or 0x8AC12C) is known color: Yellow Green. HEX triplet: 8A, C1 and 2C. RGB value is (138,193,44). Sum of RGB (Red+Green+Blue) = 138+193+44=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC12C is #753ED3. Grayscale: #A0A0A0. Windows color (decimal): -7683796 or 2933130. OLE color: 2933130.
HSL color Cylindrical-coordinate representation of color #8AC12C: hue angle of 82.15º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AC12C is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 44 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.24 |
| HSL | 82.15º | 0.63% | 0.46% | - |
| HSV(B) | 82.15º | 0.77% | 0.76% | - |
| XYZ | 30.01 | 43.73 | 9.24 | - |
| YUV | 159.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 44 | 0.28 | 0 | 0.77 | 0.24 | 82.15 | 0.63 | 0.46 |
| Hex | 8A | C1 | 2C | 1C | 0 | 4D | 18 | 52 | 3F | 2E |
| Octal | 212 | 301 | 54 | 34 | 0 | 115 | 30 | 122 | 77 | 56 |
| Binary | 10001010 | 11000001 | 101100 | 11100 | 0 | 1001101 | 11000 | 1010010 | 111111 | 101110 |
Color Harmonies of #8AC12C
Complementary color
Monochromatic Colors of #8AC12C
Black with #8AC12C
Text Example
Text Example
White with #8AC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC12C; }
p { color: rgb(138,193,44); }
H1.HeaderClassName
{
color: #8AC12C;
}
.AnyTagClassName
{
color: #8AC12C;
}
</style>
background-color css
<style>
a { background-color: #8AC12C; }
a { background-color: rgb(138,193,44); }
div.DivClassName
{
background-color: #8AC12C;
}
.BgClassName
{
background-color: #8AC12C;
}
</style>
border-color css
<style>
span { border-color: #8AC12C; }
span { border-color: rgb(138,193,44); }
td.TdClassName
{
border-color: #8AC12C;
}
.TagClassName
{
border-color: #8AC12C;
}
</style>