Shades of Myrtle #124E02
Tints of Myrtle #124E02
RGB
CMYK
RGB Variations
Color information
#124E02 (or 0x124E02) is known color: Myrtle. HEX triplet: 12, 4E and 02. RGB value is (18,78,2). Sum of RGB (Red+Green+Blue) = 18+78+2=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 78 (30.86% from 255 or 79.59% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 78 - color contains mainly: green. Hex color #124E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E02 is #EDB1FD. Grayscale: #333333. Windows color (decimal): -15577598 or 151058. OLE color: 151058.
HSL color Cylindrical-coordinate representation of color #124E02: hue angle of 107.37º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #124E02 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 2 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.69 |
| HSL | 107.37º | 0.95% | 0.16% | - |
| HSV(B) | 107.37º | 0.97% | 0.31% | - |
| XYZ | 2.98 | 5.58 | 0.98 | - |
| YUV | 51.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 2 | 0.77 | 0 | 0.97 | 0.69 | 107.37 | 0.95 | 0.16 |
| Hex | 12 | 4E | 2 | 4D | 0 | 61 | 45 | 6B | 5F | 10 |
| Octal | 22 | 116 | 2 | 115 | 0 | 141 | 105 | 153 | 137 | 20 |
| Binary | 10010 | 1001110 | 10 | 1001101 | 0 | 1100001 | 1000101 | 1101011 | 1011111 | 10000 |
Color Harmonies of #124E02
Complementary color
Monochromatic Colors of #124E02
Black with #124E02
Text Example
Text Example
White with #124E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E02; }
p { color: rgb(18,78,2); }
H1.HeaderClassName
{
color: #124E02;
}
.AnyTagClassName
{
color: #124E02;
}
</style>
background-color css
<style>
a { background-color: #124E02; }
a { background-color: rgb(18,78,2); }
div.DivClassName
{
background-color: #124E02;
}
.BgClassName
{
background-color: #124E02;
}
</style>
border-color css
<style>
span { border-color: #124E02; }
span { border-color: rgb(18,78,2); }
td.TdClassName
{
border-color: #124E02;
}
.TagClassName
{
border-color: #124E02;
}
</style>