Shades of Green #115C00
Tints of Green #115C00
RGB
CMYK
RGB Variations
Color information
#115C00 (or 0x115C00) is known color: Green. HEX triplet: 11, 5C and 00. RGB value is (17,92,0). Sum of RGB (Red+Green+Blue) = 17+92+0=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 92 (36.33% from 255 or 84.40% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 92 - color contains mainly: green. Hex color #115C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115C00 is #EEA3FF. Grayscale: #3B3B3B. Windows color (decimal): -15639552 or 23569. OLE color: 23569.
HSL color Cylindrical-coordinate representation of color #115C00: hue angle of 108.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #115C00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.64 |
| HSL | 108.91º | 1% | 0.18% | - |
| HSV(B) | 108.91º | 1% | 0.36% | - |
| XYZ | 4.06 | 7.77 | 1.29 | - |
| YUV | 59.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 0 | 0.82 | 0 | 1 | 0.64 | 108.91 | 1 | 0.18 |
| Hex | 11 | 5C | 0 | 52 | 0 | 64 | 40 | 6D | 64 | 12 |
| Octal | 21 | 134 | 0 | 122 | 0 | 144 | 100 | 155 | 144 | 22 |
| Binary | 10001 | 1011100 | 0 | 1010010 | 0 | 1100100 | 1000000 | 1101101 | 1100100 | 10010 |
Color Harmonies of #115C00
Complementary color
Monochromatic Colors of #115C00
Black with #115C00
Text Example
Text Example
White with #115C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C00; }
p { color: rgb(17,92,0); }
H1.HeaderClassName
{
color: #115C00;
}
.AnyTagClassName
{
color: #115C00;
}
</style>
background-color css
<style>
a { background-color: #115C00; }
a { background-color: rgb(17,92,0); }
div.DivClassName
{
background-color: #115C00;
}
.BgClassName
{
background-color: #115C00;
}
</style>
border-color css
<style>
span { border-color: #115C00; }
span { border-color: rgb(17,92,0); }
td.TdClassName
{
border-color: #115C00;
}
.TagClassName
{
border-color: #115C00;
}
</style>