Shades of Green #015C10
Tints of Green #015C10
RGB
CMYK
RGB Variations
Color information
#015C10 (or 0x015C10) is known color: Green. HEX triplet: 01, 5C and 10. RGB value is (1,92,16). Sum of RGB (Red+Green+Blue) = 1+92+16=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 92 (36.33% from 255 or 84.40% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 92 - color contains mainly: green. Hex color #015C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C10 is #FEA3EF. Grayscale: #383838. Windows color (decimal): -16688112 or 1072129. OLE color: 1072129.
HSL color Cylindrical-coordinate representation of color #015C10: hue angle of 129.89º 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 #015C10 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 16 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.64 |
| HSL | 129.89º | 0.98% | 0.18% | - |
| HSV(B) | 129.89º | 0.99% | 0.36% | - |
| XYZ | 3.93 | 7.7 | 1.77 | - |
| YUV | 56.13 | 105.35 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 16 | 0.99 | 0 | 0.83 | 0.64 | 129.89 | 0.98 | 0.18 |
| Hex | 1 | 5C | 10 | 63 | 0 | 53 | 40 | 82 | 62 | 12 |
| Octal | 1 | 134 | 20 | 143 | 0 | 123 | 100 | 202 | 142 | 22 |
| Binary | 1 | 1011100 | 10000 | 1100011 | 0 | 1010011 | 1000000 | 10000010 | 1100010 | 10010 |
Color Harmonies of #015C10
Complementary color
Monochromatic Colors of #015C10
Black with #015C10
Text Example
Text Example
White with #015C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C10; }
p { color: rgb(1,92,16); }
H1.HeaderClassName
{
color: #015C10;
}
.AnyTagClassName
{
color: #015C10;
}
</style>
background-color css
<style>
a { background-color: #015C10; }
a { background-color: rgb(1,92,16); }
div.DivClassName
{
background-color: #015C10;
}
.BgClassName
{
background-color: #015C10;
}
</style>
border-color css
<style>
span { border-color: #015C10; }
span { border-color: rgb(1,92,16); }
td.TdClassName
{
border-color: #015C10;
}
.TagClassName
{
border-color: #015C10;
}
</style>