Shades of Islamic Green #1C9C06
Tints of Islamic Green #1C9C06
RGB
CMYK
RGB Variations
Color information
#1C9C06 (or 0x1C9C06) is known color: Islamic Green. HEX triplet: 1C, 9C and 06. RGB value is (28,156,6). Sum of RGB (Red+Green+Blue) = 28+156+6=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 156 (61.33% from 255 or 82.11% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 156 - color contains mainly: green. Hex color #1C9C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9C06 is #E363F9. Grayscale: #656565. Windows color (decimal): -14902266 or 433180. OLE color: 433180.
HSL color Cylindrical-coordinate representation of color #1C9C06: hue angle of 111.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C9C06 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 156 | 6 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.39 |
| HSL | 111.2º | 0.93% | 0.32% | - |
| HSV(B) | 111.2º | 0.96% | 0.61% | - |
| XYZ | 12.4 | 24.04 | 4.16 | - |
| YUV | 100.63 | 74.59 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 6 | 0.82 | 0 | 0.96 | 0.39 | 111.2 | 0.93 | 0.32 |
| Hex | 1C | 9C | 6 | 52 | 0 | 60 | 27 | 6F | 5D | 20 |
| Octal | 34 | 234 | 6 | 122 | 0 | 140 | 47 | 157 | 135 | 40 |
| Binary | 11100 | 10011100 | 110 | 1010010 | 0 | 1100000 | 100111 | 1101111 | 1011101 | 100000 |
Color Harmonies of #1C9C06
Complementary color
Monochromatic Colors of #1C9C06
Black with #1C9C06
Text Example
Text Example
White with #1C9C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C06; }
p { color: rgb(28,156,6); }
H1.HeaderClassName
{
color: #1C9C06;
}
.AnyTagClassName
{
color: #1C9C06;
}
</style>
background-color css
<style>
a { background-color: #1C9C06; }
a { background-color: rgb(28,156,6); }
div.DivClassName
{
background-color: #1C9C06;
}
.BgClassName
{
background-color: #1C9C06;
}
</style>
border-color css
<style>
span { border-color: #1C9C06; }
span { border-color: rgb(28,156,6); }
td.TdClassName
{
border-color: #1C9C06;
}
.TagClassName
{
border-color: #1C9C06;
}
</style>