Shades of Green #015D10
Tints of Green #015D10
RGB
CMYK
RGB Variations
Color information
#015D10 (or 0x015D10) is known color: Green. HEX triplet: 01, 5D and 10. RGB value is (1,93,16). Sum of RGB (Red+Green+Blue) = 1+93+16=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 93 (36.72% from 255 or 84.55% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 93 - color contains mainly: green. Hex color #015D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D10 is #FEA2EF. Grayscale: #383838. Windows color (decimal): -16687856 or 1072385. OLE color: 1072385.
HSL color Cylindrical-coordinate representation of color #015D10: hue angle of 129.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D10 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 16 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.64 |
| HSL | 129.78º | 0.98% | 0.18% | - |
| HSV(B) | 129.78º | 0.99% | 0.36% | - |
| XYZ | 4.02 | 7.87 | 1.8 | - |
| YUV | 56.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 16 | 0.99 | 0 | 0.83 | 0.64 | 129.78 | 0.98 | 0.18 |
| Hex | 1 | 5D | 10 | 63 | 0 | 53 | 40 | 82 | 62 | 12 |
| Octal | 1 | 135 | 20 | 143 | 0 | 123 | 100 | 202 | 142 | 22 |
| Binary | 1 | 1011101 | 10000 | 1100011 | 0 | 1010011 | 1000000 | 10000010 | 1100010 | 10010 |
Color Harmonies of #015D10
Complementary color
Monochromatic Colors of #015D10
Black with #015D10
Text Example
Text Example
White with #015D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D10; }
p { color: rgb(1,93,16); }
H1.HeaderClassName
{
color: #015D10;
}
.AnyTagClassName
{
color: #015D10;
}
</style>
background-color css
<style>
a { background-color: #015D10; }
a { background-color: rgb(1,93,16); }
div.DivClassName
{
background-color: #015D10;
}
.BgClassName
{
background-color: #015D10;
}
</style>
border-color css
<style>
span { border-color: #015D10; }
span { border-color: rgb(1,93,16); }
td.TdClassName
{
border-color: #015D10;
}
.TagClassName
{
border-color: #015D10;
}
</style>