Shades of Green #015E12
Tints of Green #015E12
RGB
CMYK
RGB Variations
Color information
#015E12 (or 0x015E12) is known color: Green. HEX triplet: 01, 5E and 12. RGB value is (1,94,18). Sum of RGB (Red+Green+Blue) = 1+94+18=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 94 (37.11% from 255 or 83.19% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 94 - color contains mainly: green. Hex color #015E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015E12 is #FEA1ED. Grayscale: #393939. Windows color (decimal): -16687598 or 1203713. OLE color: 1203713.
HSL color Cylindrical-coordinate representation of color #015E12: hue angle of 130.97º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E12 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 18 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.63 |
| HSL | 130.97º | 0.98% | 0.19% | - |
| HSV(B) | 130.97º | 0.99% | 0.37% | - |
| XYZ | 4.12 | 8.06 | 1.91 | - |
| YUV | 57.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 18 | 0.99 | 0 | 0.81 | 0.63 | 130.97 | 0.98 | 0.19 |
| Hex | 1 | 5E | 12 | 63 | 0 | 51 | 3F | 83 | 62 | 13 |
| Octal | 1 | 136 | 22 | 143 | 0 | 121 | 77 | 203 | 142 | 23 |
| Binary | 1 | 1011110 | 10010 | 1100011 | 0 | 1010001 | 111111 | 10000011 | 1100010 | 10011 |
Color Harmonies of #015E12
Complementary color
Monochromatic Colors of #015E12
Black with #015E12
Text Example
Text Example
White with #015E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E12; }
p { color: rgb(1,94,18); }
H1.HeaderClassName
{
color: #015E12;
}
.AnyTagClassName
{
color: #015E12;
}
</style>
background-color css
<style>
a { background-color: #015E12; }
a { background-color: rgb(1,94,18); }
div.DivClassName
{
background-color: #015E12;
}
.BgClassName
{
background-color: #015E12;
}
</style>
border-color css
<style>
span { border-color: #015E12; }
span { border-color: rgb(1,94,18); }
td.TdClassName
{
border-color: #015E12;
}
.TagClassName
{
border-color: #015E12;
}
</style>