Shades of Islamic Green #09980B
Tints of Islamic Green #09980B
RGB
CMYK
RGB Variations
Color information
#09980B (or 0x09980B) is known color: Islamic Green. HEX triplet: 09, 98 and 0B. RGB value is (9,152,11). Sum of RGB (Red+Green+Blue) = 9+152+11=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 152 (59.77% from 255 or 88.37% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 152 - color contains mainly: green. Hex color #09980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09980B is #F667F4. Grayscale: #5D5D5D. Windows color (decimal): -16148469 or 759817. OLE color: 759817.
HSL color Cylindrical-coordinate representation of color #09980B: hue angle of 120.84º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09980B is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 152 | 11 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.40 |
| HSL | 120.84º | 0.89% | 0.32% | - |
| HSV(B) | 120.84º | 0.94% | 0.6% | - |
| XYZ | 11.4 | 22.54 | 4.07 | - |
| YUV | 93.17 | 81.62 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 11 | 0.94 | 0 | 0.93 | 0.40 | 120.84 | 0.89 | 0.32 |
| Hex | 9 | 98 | B | 5E | 0 | 5D | 28 | 79 | 59 | 20 |
| Octal | 11 | 230 | 13 | 136 | 0 | 135 | 50 | 171 | 131 | 40 |
| Binary | 1001 | 10011000 | 1011 | 1011110 | 0 | 1011101 | 101000 | 1111001 | 1011001 | 100000 |
Color Harmonies of #09980B
Complementary color
Monochromatic Colors of #09980B
Black with #09980B
Text Example
Text Example
White with #09980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09980B; }
p { color: rgb(9,152,11); }
H1.HeaderClassName
{
color: #09980B;
}
.AnyTagClassName
{
color: #09980B;
}
</style>
background-color css
<style>
a { background-color: #09980B; }
a { background-color: rgb(9,152,11); }
div.DivClassName
{
background-color: #09980B;
}
.BgClassName
{
background-color: #09980B;
}
</style>
border-color css
<style>
span { border-color: #09980B; }
span { border-color: rgb(9,152,11); }
td.TdClassName
{
border-color: #09980B;
}
.TagClassName
{
border-color: #09980B;
}
</style>