Shades of Islamic Green #09BF0B
Tints of Islamic Green #09BF0B
RGB
CMYK
RGB Variations
Color information
#09BF0B (or 0x09BF0B) is known color: Islamic Green. HEX triplet: 09, BF and 0B. RGB value is (9,191,11). Sum of RGB (Red+Green+Blue) = 9+191+11=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 191 (75% from 255 or 90.52% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BF0B is #F640F4. Grayscale: #747474. Windows color (decimal): -16138485 or 769801. OLE color: 769801.
HSL color Cylindrical-coordinate representation of color #09BF0B: hue angle of 120.66º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF0B is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 11 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.25 |
| HSL | 120.66º | 0.91% | 0.39% | - |
| HSV(B) | 120.66º | 0.95% | 0.75% | - |
| XYZ | 18.8 | 37.34 | 6.53 | - |
| YUV | 116.06 | 68.7 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 11 | 0.95 | 0 | 0.94 | 0.25 | 120.66 | 0.91 | 0.39 |
| Hex | 9 | BF | B | 5F | 0 | 5E | 19 | 79 | 5B | 27 |
| Octal | 11 | 277 | 13 | 137 | 0 | 136 | 31 | 171 | 133 | 47 |
| Binary | 1001 | 10111111 | 1011 | 1011111 | 0 | 1011110 | 11001 | 1111001 | 1011011 | 100111 |
Color Harmonies of #09BF0B
Complementary color
Monochromatic Colors of #09BF0B
Black with #09BF0B
Text Example
Text Example
White with #09BF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BF0B; }
p { color: rgb(9,191,11); }
H1.HeaderClassName
{
color: #09BF0B;
}
.AnyTagClassName
{
color: #09BF0B;
}
</style>
background-color css
<style>
a { background-color: #09BF0B; }
a { background-color: rgb(9,191,11); }
div.DivClassName
{
background-color: #09BF0B;
}
.BgClassName
{
background-color: #09BF0B;
}
</style>
border-color css
<style>
span { border-color: #09BF0B; }
span { border-color: rgb(9,191,11); }
td.TdClassName
{
border-color: #09BF0B;
}
.TagClassName
{
border-color: #09BF0B;
}
</style>