Shades of Islamic Green #17960C
Tints of Islamic Green #17960C
RGB
CMYK
RGB Variations
Color information
#17960C (or 0x17960C) is known color: Islamic Green. HEX triplet: 17, 96 and 0C. RGB value is (23,150,12). Sum of RGB (Red+Green+Blue) = 23+150+12=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 150 (58.98% from 255 or 81.08% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 150 - color contains mainly: green. Hex color #17960C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #17960C is #E869F3. Grayscale: #606060. Windows color (decimal): -15231476 or 824855. OLE color: 824855.
HSL color Cylindrical-coordinate representation of color #17960C: hue angle of 115.22º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17960C is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 150 | 12 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.41 |
| HSL | 115.22º | 0.85% | 0.32% | - |
| HSV(B) | 115.22º | 0.92% | 0.59% | - |
| XYZ | 11.33 | 22.02 | 4 | - |
| YUV | 96.3 | 80.42 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 12 | 0.85 | 0 | 0.92 | 0.41 | 115.22 | 0.85 | 0.32 |
| Hex | 17 | 96 | C | 55 | 0 | 5C | 29 | 73 | 55 | 20 |
| Octal | 27 | 226 | 14 | 125 | 0 | 134 | 51 | 163 | 125 | 40 |
| Binary | 10111 | 10010110 | 1100 | 1010101 | 0 | 1011100 | 101001 | 1110011 | 1010101 | 100000 |
Color Harmonies of #17960C
Complementary color
Monochromatic Colors of #17960C
Black with #17960C
Text Example
Text Example
White with #17960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17960C; }
p { color: rgb(23,150,12); }
H1.HeaderClassName
{
color: #17960C;
}
.AnyTagClassName
{
color: #17960C;
}
</style>
background-color css
<style>
a { background-color: #17960C; }
a { background-color: rgb(23,150,12); }
div.DivClassName
{
background-color: #17960C;
}
.BgClassName
{
background-color: #17960C;
}
</style>
border-color css
<style>
span { border-color: #17960C; }
span { border-color: rgb(23,150,12); }
td.TdClassName
{
border-color: #17960C;
}
.TagClassName
{
border-color: #17960C;
}
</style>