Shades of Islamic Green #189B01
Tints of Islamic Green #189B01
RGB
CMYK
RGB Variations
Color information
#189B01 (or 0x189B01) is known color: Islamic Green. HEX triplet: 18, 9B and 01. RGB value is (24,155,1). Sum of RGB (Red+Green+Blue) = 24+155+1=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 155 (60.94% from 255 or 86.11% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 155 - color contains mainly: green. Hex color #189B01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #189B01 is #E764FE. Grayscale: #626262. Windows color (decimal): -15164671 or 105240. OLE color: 105240.
HSL color Cylindrical-coordinate representation of color #189B01: hue angle of 111.04º 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 #189B01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 155 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.39 |
| HSL | 111.04º | 0.99% | 0.31% | - |
| HSV(B) | 111.04º | 0.99% | 0.61% | - |
| XYZ | 12.1 | 23.64 | 3.95 | - |
| YUV | 98.28 | 73.1 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 1 | 0.85 | 0 | 0.99 | 0.39 | 111.04 | 0.99 | 0.31 |
| Hex | 18 | 9B | 1 | 55 | 0 | 63 | 27 | 6F | 63 | 1F |
| Octal | 30 | 233 | 1 | 125 | 0 | 143 | 47 | 157 | 143 | 37 |
| Binary | 11000 | 10011011 | 1 | 1010101 | 0 | 1100011 | 100111 | 1101111 | 1100011 | 11111 |
Color Harmonies of #189B01
Complementary color
Monochromatic Colors of #189B01
Black with #189B01
Text Example
Text Example
White with #189B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189B01; }
p { color: rgb(24,155,1); }
H1.HeaderClassName
{
color: #189B01;
}
.AnyTagClassName
{
color: #189B01;
}
</style>
background-color css
<style>
a { background-color: #189B01; }
a { background-color: rgb(24,155,1); }
div.DivClassName
{
background-color: #189B01;
}
.BgClassName
{
background-color: #189B01;
}
</style>
border-color css
<style>
span { border-color: #189B01; }
span { border-color: rgb(24,155,1); }
td.TdClassName
{
border-color: #189B01;
}
.TagClassName
{
border-color: #189B01;
}
</style>