Shades of Islamic Green #109C01
Tints of Islamic Green #109C01
RGB
CMYK
RGB Variations
Color information
#109C01 (or 0x109C01) is known color: Islamic Green. HEX triplet: 10, 9C and 01. RGB value is (16,156,1). Sum of RGB (Red+Green+Blue) = 16+156+1=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 156 (61.33% from 255 or 90.17% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 156 - color contains mainly: green. Hex color #109C01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109C01 is #EF63FE. Grayscale: #606060. Windows color (decimal): -15688703 or 105488. OLE color: 105488.
HSL color Cylindrical-coordinate representation of color #109C01: hue angle of 114.19º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #109C01 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 156 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.39 |
| HSL | 114.19º | 0.99% | 0.31% | - |
| HSV(B) | 114.19º | 0.99% | 0.61% | - |
| XYZ | 12.11 | 23.89 | 4 | - |
| YUV | 96.47 | 74.12 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 1 | 0.90 | 0 | 0.99 | 0.39 | 114.19 | 0.99 | 0.31 |
| Hex | 10 | 9C | 1 | 5A | 0 | 63 | 27 | 72 | 63 | 1F |
| Octal | 20 | 234 | 1 | 132 | 0 | 143 | 47 | 162 | 143 | 37 |
| Binary | 10000 | 10011100 | 1 | 1011010 | 0 | 1100011 | 100111 | 1110010 | 1100011 | 11111 |
Color Harmonies of #109C01
Complementary color
Monochromatic Colors of #109C01
Black with #109C01
Text Example
Text Example
White with #109C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109C01; }
p { color: rgb(16,156,1); }
H1.HeaderClassName
{
color: #109C01;
}
.AnyTagClassName
{
color: #109C01;
}
</style>
background-color css
<style>
a { background-color: #109C01; }
a { background-color: rgb(16,156,1); }
div.DivClassName
{
background-color: #109C01;
}
.BgClassName
{
background-color: #109C01;
}
</style>
border-color css
<style>
span { border-color: #109C01; }
span { border-color: rgb(16,156,1); }
td.TdClassName
{
border-color: #109C01;
}
.TagClassName
{
border-color: #109C01;
}
</style>