Shades of Green #105E04
Tints of Green #105E04
RGB
CMYK
RGB Variations
Color information
#105E04 (or 0x105E04) is known color: Green. HEX triplet: 10, 5E and 04. RGB value is (16,94,4). Sum of RGB (Red+Green+Blue) = 16+94+4=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 94 (37.11% from 255 or 82.46% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 94 - color contains mainly: green. Hex color #105E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105E04 is #EFA1FB. Grayscale: #3C3C3C. Windows color (decimal): -15704572 or 286224. OLE color: 286224.
HSL color Cylindrical-coordinate representation of color #105E04: hue angle of 112º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #105E04 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 94 | 4 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.63 |
| HSL | 112º | 0.92% | 0.19% | - |
| HSV(B) | 112º | 0.96% | 0.37% | - |
| XYZ | 4.24 | 8.12 | 1.46 | - |
| YUV | 60.42 | 96.16 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 4 | 0.83 | 0 | 0.96 | 0.63 | 112 | 0.92 | 0.19 |
| Hex | 10 | 5E | 4 | 53 | 0 | 60 | 3F | 70 | 5C | 13 |
| Octal | 20 | 136 | 4 | 123 | 0 | 140 | 77 | 160 | 134 | 23 |
| Binary | 10000 | 1011110 | 100 | 1010011 | 0 | 1100000 | 111111 | 1110000 | 1011100 | 10011 |
Color Harmonies of #105E04
Complementary color
Monochromatic Colors of #105E04
Black with #105E04
Text Example
Text Example
White with #105E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E04; }
p { color: rgb(16,94,4); }
H1.HeaderClassName
{
color: #105E04;
}
.AnyTagClassName
{
color: #105E04;
}
</style>
background-color css
<style>
a { background-color: #105E04; }
a { background-color: rgb(16,94,4); }
div.DivClassName
{
background-color: #105E04;
}
.BgClassName
{
background-color: #105E04;
}
</style>
border-color css
<style>
span { border-color: #105E04; }
span { border-color: rgb(16,94,4); }
td.TdClassName
{
border-color: #105E04;
}
.TagClassName
{
border-color: #105E04;
}
</style>