Shades of Islamic Green #109B01
Tints of Islamic Green #109B01
RGB
CMYK
RGB Variations
Color information
#109B01 (or 0x109B01) is known color: Islamic Green. HEX triplet: 10, 9B and 01. RGB value is (16,155,1). Sum of RGB (Red+Green+Blue) = 16+155+1=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 155 (60.94% from 255 or 90.12% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 155 - color contains mainly: green. Hex color #109B01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #109B01 is #EF64FE. Grayscale: #606060. Windows color (decimal): -15688959 or 105232. OLE color: 105232.
HSL color Cylindrical-coordinate representation of color #109B01: hue angle of 114.16º 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 #109B01 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 155 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.39 |
| HSL | 114.16º | 0.99% | 0.31% | - |
| HSV(B) | 114.16º | 0.99% | 0.61% | - |
| XYZ | 11.94 | 23.56 | 3.95 | - |
| YUV | 95.88 | 74.45 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 1 | 0.90 | 0 | 0.99 | 0.39 | 114.16 | 0.99 | 0.31 |
| Hex | 10 | 9B | 1 | 5A | 0 | 63 | 27 | 72 | 63 | 1F |
| Octal | 20 | 233 | 1 | 132 | 0 | 143 | 47 | 162 | 143 | 37 |
| Binary | 10000 | 10011011 | 1 | 1011010 | 0 | 1100011 | 100111 | 1110010 | 1100011 | 11111 |
Color Harmonies of #109B01
Complementary color
Monochromatic Colors of #109B01
Black with #109B01
Text Example
Text Example
White with #109B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109B01; }
p { color: rgb(16,155,1); }
H1.HeaderClassName
{
color: #109B01;
}
.AnyTagClassName
{
color: #109B01;
}
</style>
background-color css
<style>
a { background-color: #109B01; }
a { background-color: rgb(16,155,1); }
div.DivClassName
{
background-color: #109B01;
}
.BgClassName
{
background-color: #109B01;
}
</style>
border-color css
<style>
span { border-color: #109B01; }
span { border-color: rgb(16,155,1); }
td.TdClassName
{
border-color: #109B01;
}
.TagClassName
{
border-color: #109B01;
}
</style>