Shades of Islamic Green #089B14
Tints of Islamic Green #089B14
RGB
CMYK
RGB Variations
Color information
#089B14 (or 0x089B14) is known color: Islamic Green. HEX triplet: 08, 9B and 14. RGB value is (8,155,20). Sum of RGB (Red+Green+Blue) = 8+155+20=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 155 (60.94% from 255 or 84.70% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 155 - color contains mainly: green. Hex color #089B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #089B14 is #F764EB. Grayscale: #606060. Windows color (decimal): -16213228 or 1350408. OLE color: 1350408.
HSL color Cylindrical-coordinate representation of color #089B14: hue angle of 124.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B14 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 20 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.39 |
| HSL | 124.9º | 0.9% | 0.32% | - |
| HSV(B) | 124.9º | 0.95% | 0.61% | - |
| XYZ | 11.95 | 23.54 | 4.58 | - |
| YUV | 95.66 | 85.3 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 20 | 0.95 | 0 | 0.87 | 0.39 | 124.9 | 0.9 | 0.32 |
| Hex | 8 | 9B | 14 | 5F | 0 | 57 | 27 | 7D | 5A | 20 |
| Octal | 10 | 233 | 24 | 137 | 0 | 127 | 47 | 175 | 132 | 40 |
| Binary | 1000 | 10011011 | 10100 | 1011111 | 0 | 1010111 | 100111 | 1111101 | 1011010 | 100000 |
Color Harmonies of #089B14
Complementary color
Monochromatic Colors of #089B14
Black with #089B14
Text Example
Text Example
White with #089B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B14; }
p { color: rgb(8,155,20); }
H1.HeaderClassName
{
color: #089B14;
}
.AnyTagClassName
{
color: #089B14;
}
</style>
background-color css
<style>
a { background-color: #089B14; }
a { background-color: rgb(8,155,20); }
div.DivClassName
{
background-color: #089B14;
}
.BgClassName
{
background-color: #089B14;
}
</style>
border-color css
<style>
span { border-color: #089B14; }
span { border-color: rgb(8,155,20); }
td.TdClassName
{
border-color: #089B14;
}
.TagClassName
{
border-color: #089B14;
}
</style>