Shades of Myrtle #0A4E12
Tints of Myrtle #0A4E12
RGB
CMYK
RGB Variations
Color information
#0A4E12 (or 0x0A4E12) is known color: Myrtle. HEX triplet: 0A, 4E and 12. RGB value is (10,78,18). Sum of RGB (Red+Green+Blue) = 10+78+18=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4E12 is #F5B1ED. Grayscale: #323232. Windows color (decimal): -16101870 or 1199626. OLE color: 1199626.
HSL color Cylindrical-coordinate representation of color #0A4E12: hue angle of 127.06º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4E12 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 78 | 18 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.69 |
| HSL | 127.06º | 0.77% | 0.17% | - |
| HSV(B) | 127.06º | 0.87% | 0.31% | - |
| XYZ | 2.96 | 5.56 | 1.49 | - |
| YUV | 50.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 18 | 0.87 | 0 | 0.77 | 0.69 | 127.06 | 0.77 | 0.17 |
| Hex | A | 4E | 12 | 57 | 0 | 4D | 45 | 7F | 4D | 11 |
| Octal | 12 | 116 | 22 | 127 | 0 | 115 | 105 | 177 | 115 | 21 |
| Binary | 1010 | 1001110 | 10010 | 1010111 | 0 | 1001101 | 1000101 | 1111111 | 1001101 | 10001 |
Color Harmonies of #0A4E12
Complementary color
Monochromatic Colors of #0A4E12
Black with #0A4E12
Text Example
Text Example
White with #0A4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E12; }
p { color: rgb(10,78,18); }
H1.HeaderClassName
{
color: #0A4E12;
}
.AnyTagClassName
{
color: #0A4E12;
}
</style>
background-color css
<style>
a { background-color: #0A4E12; }
a { background-color: rgb(10,78,18); }
div.DivClassName
{
background-color: #0A4E12;
}
.BgClassName
{
background-color: #0A4E12;
}
</style>
border-color css
<style>
span { border-color: #0A4E12; }
span { border-color: rgb(10,78,18); }
td.TdClassName
{
border-color: #0A4E12;
}
.TagClassName
{
border-color: #0A4E12;
}
</style>