Shades of Green #115C01
Tints of Green #115C01
RGB
CMYK
RGB Variations
Color information
#115C01 (or 0x115C01) is known color: Green. HEX triplet: 11, 5C and 01. RGB value is (17,92,1). Sum of RGB (Red+Green+Blue) = 17+92+1=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #115C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115C01 is #EEA3FE. Grayscale: #3B3B3B. Windows color (decimal): -15639551 or 89105. OLE color: 89105.
HSL color Cylindrical-coordinate representation of color #115C01: hue angle of 109.45º 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 #115C01 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.64 |
| HSL | 109.45º | 0.98% | 0.18% | - |
| HSV(B) | 109.45º | 0.99% | 0.36% | - |
| XYZ | 4.06 | 7.78 | 1.32 | - |
| YUV | 59.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 1 | 0.82 | 0 | 0.99 | 0.64 | 109.45 | 0.98 | 0.18 |
| Hex | 11 | 5C | 1 | 52 | 0 | 63 | 40 | 6D | 62 | 12 |
| Octal | 21 | 134 | 1 | 122 | 0 | 143 | 100 | 155 | 142 | 22 |
| Binary | 10001 | 1011100 | 1 | 1010010 | 0 | 1100011 | 1000000 | 1101101 | 1100010 | 10010 |
Color Harmonies of #115C01
Complementary color
Monochromatic Colors of #115C01
Black with #115C01
Text Example
Text Example
White with #115C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C01; }
p { color: rgb(17,92,1); }
H1.HeaderClassName
{
color: #115C01;
}
.AnyTagClassName
{
color: #115C01;
}
</style>
background-color css
<style>
a { background-color: #115C01; }
a { background-color: rgb(17,92,1); }
div.DivClassName
{
background-color: #115C01;
}
.BgClassName
{
background-color: #115C01;
}
</style>
border-color css
<style>
span { border-color: #115C01; }
span { border-color: rgb(17,92,1); }
td.TdClassName
{
border-color: #115C01;
}
.TagClassName
{
border-color: #115C01;
}
</style>