Shades of Islamic Green #00BB09
Tints of Islamic Green #00BB09
RGB
CMYK
RGB Variations
Color information
#00BB09 (or 0x00BB09) is known color: Islamic Green. HEX triplet: 00, BB and 09. RGB value is (0,187,9). Sum of RGB (Red+Green+Blue) = 0+187+9=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 187 (73.44% from 255 or 95.41% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BB09 is #FF44F6. Grayscale: #6F6F6F. Windows color (decimal): -16729335 or 637696. OLE color: 637696.
HSL color Cylindrical-coordinate representation of color #00BB09: hue angle of 122.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB09 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 9 | - |
| CMYK | 1 | 0 | 0.95 | 0.27 |
| HSL | 122.89º | 1% | 0.37% | - |
| HSV(B) | 122.89º | 1% | 0.73% | - |
| XYZ | 17.82 | 35.56 | 6.18 | - |
| YUV | 110.8 | 70.55 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 9 | 1 | 0 | 0.95 | 0.27 | 122.89 | 1 | 0.37 |
| Hex | 0 | BB | 9 | 64 | 0 | 5F | 1B | 7B | 64 | 25 |
| Octal | 0 | 273 | 11 | 144 | 0 | 137 | 33 | 173 | 144 | 45 |
| Binary | 0 | 10111011 | 1001 | 1100100 | 0 | 1011111 | 11011 | 1111011 | 1100100 | 100101 |
Color Harmonies of #00BB09
Complementary color
Monochromatic Colors of #00BB09
Black with #00BB09
Text Example
Text Example
White with #00BB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BB09; }
p { color: rgb(0,187,9); }
H1.HeaderClassName
{
color: #00BB09;
}
.AnyTagClassName
{
color: #00BB09;
}
</style>
background-color css
<style>
a { background-color: #00BB09; }
a { background-color: rgb(0,187,9); }
div.DivClassName
{
background-color: #00BB09;
}
.BgClassName
{
background-color: #00BB09;
}
</style>
border-color css
<style>
span { border-color: #00BB09; }
span { border-color: rgb(0,187,9); }
td.TdClassName
{
border-color: #00BB09;
}
.TagClassName
{
border-color: #00BB09;
}
</style>