Shades of Myrtle #0A4E01
Tints of Myrtle #0A4E01
RGB
CMYK
RGB Variations
Color information
#0A4E01 (or 0x0A4E01) is known color: Myrtle. HEX triplet: 0A, 4E and 01. RGB value is (10,78,1). Sum of RGB (Red+Green+Blue) = 10+78+1=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 78 (30.86% from 255 or 87.64% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4E01 is #F5B1FE. Grayscale: #313131. Windows color (decimal): -16101887 or 85514. OLE color: 85514.
HSL color Cylindrical-coordinate representation of color #0A4E01: hue angle of 112.99º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A4E01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 78 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.69 |
| HSL | 112.99º | 0.97% | 0.15% | - |
| HSV(B) | 112.99º | 0.99% | 0.31% | - |
| XYZ | 2.86 | 5.52 | 0.94 | - |
| YUV | 48.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 1 | 0.87 | 0 | 0.99 | 0.69 | 112.99 | 0.97 | 0.15 |
| Hex | A | 4E | 1 | 57 | 0 | 63 | 45 | 71 | 61 | F |
| Octal | 12 | 116 | 1 | 127 | 0 | 143 | 105 | 161 | 141 | 17 |
| Binary | 1010 | 1001110 | 1 | 1010111 | 0 | 1100011 | 1000101 | 1110001 | 1100001 | 1111 |
Color Harmonies of #0A4E01
Complementary color
Monochromatic Colors of #0A4E01
Black with #0A4E01
Text Example
Text Example
White with #0A4E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E01; }
p { color: rgb(10,78,1); }
H1.HeaderClassName
{
color: #0A4E01;
}
.AnyTagClassName
{
color: #0A4E01;
}
</style>
background-color css
<style>
a { background-color: #0A4E01; }
a { background-color: rgb(10,78,1); }
div.DivClassName
{
background-color: #0A4E01;
}
.BgClassName
{
background-color: #0A4E01;
}
</style>
border-color css
<style>
span { border-color: #0A4E01; }
span { border-color: rgb(10,78,1); }
td.TdClassName
{
border-color: #0A4E01;
}
.TagClassName
{
border-color: #0A4E01;
}
</style>