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