Shades of Islamic Green #089F0C
Tints of Islamic Green #089F0C
RGB
CMYK
RGB Variations
Color information
#089F0C (or 0x089F0C) is known color: Islamic Green. HEX triplet: 08, 9F and 0C. RGB value is (8,159,12). Sum of RGB (Red+Green+Blue) = 8+159+12=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 159 (62.5% from 255 or 88.83% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 159 - color contains mainly: green. Hex color #089F0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #089F0C is #F760F3. Grayscale: #616161. Windows color (decimal): -16212212 or 827144. OLE color: 827144.
HSL color Cylindrical-coordinate representation of color #089F0C: hue angle of 121.59º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089F0C is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 159 | 12 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.38 |
| HSL | 121.59º | 0.9% | 0.33% | - |
| HSV(B) | 121.59º | 0.95% | 0.62% | - |
| XYZ | 12.56 | 24.87 | 4.49 | - |
| YUV | 97.09 | 79.97 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 12 | 0.95 | 0 | 0.92 | 0.38 | 121.59 | 0.9 | 0.33 |
| Hex | 8 | 9F | C | 5F | 0 | 5C | 26 | 7A | 5A | 21 |
| Octal | 10 | 237 | 14 | 137 | 0 | 134 | 46 | 172 | 132 | 41 |
| Binary | 1000 | 10011111 | 1100 | 1011111 | 0 | 1011100 | 100110 | 1111010 | 1011010 | 100001 |
Color Harmonies of #089F0C
Complementary color
Monochromatic Colors of #089F0C
Black with #089F0C
Text Example
Text Example
White with #089F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089F0C; }
p { color: rgb(8,159,12); }
H1.HeaderClassName
{
color: #089F0C;
}
.AnyTagClassName
{
color: #089F0C;
}
</style>
background-color css
<style>
a { background-color: #089F0C; }
a { background-color: rgb(8,159,12); }
div.DivClassName
{
background-color: #089F0C;
}
.BgClassName
{
background-color: #089F0C;
}
</style>
border-color css
<style>
span { border-color: #089F0C; }
span { border-color: rgb(8,159,12); }
td.TdClassName
{
border-color: #089F0C;
}
.TagClassName
{
border-color: #089F0C;
}
</style>