Shades of Islamic Green #00B00B
Tints of Islamic Green #00B00B
RGB
CMYK
RGB Variations
Color information
#00B00B (or 0x00B00B) is known color: Islamic Green. HEX triplet: 00, B0 and 0B. RGB value is (0,176,11). Sum of RGB (Red+Green+Blue) = 0+176+11=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 176 (69.14% from 255 or 94.12% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 176 - color contains mainly: green. Hex color #00B00B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00B00B is #FF4FF4. Grayscale: #696969. Windows color (decimal): -16732149 or 765952. OLE color: 765952.
HSL color Cylindrical-coordinate representation of color #00B00B: hue angle of 123.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B00B is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 176 | 11 | - |
| CMYK | 1 | 0 | 0.94 | 0.31 |
| HSL | 123.75º | 1% | 0.35% | - |
| HSV(B) | 123.75º | 1% | 0.69% | - |
| XYZ | 15.59 | 31.07 | 5.49 | - |
| YUV | 104.57 | 75.19 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 11 | 1 | 0 | 0.94 | 0.31 | 123.75 | 1 | 0.35 |
| Hex | 0 | B0 | B | 64 | 0 | 5E | 1F | 7C | 64 | 23 |
| Octal | 0 | 260 | 13 | 144 | 0 | 136 | 37 | 174 | 144 | 43 |
| Binary | 0 | 10110000 | 1011 | 1100100 | 0 | 1011110 | 11111 | 1111100 | 1100100 | 100011 |
Color Harmonies of #00B00B
Complementary color
Monochromatic Colors of #00B00B
Black with #00B00B
Text Example
Text Example
White with #00B00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B00B; }
p { color: rgb(0,176,11); }
H1.HeaderClassName
{
color: #00B00B;
}
.AnyTagClassName
{
color: #00B00B;
}
</style>
background-color css
<style>
a { background-color: #00B00B; }
a { background-color: rgb(0,176,11); }
div.DivClassName
{
background-color: #00B00B;
}
.BgClassName
{
background-color: #00B00B;
}
</style>
border-color css
<style>
span { border-color: #00B00B; }
span { border-color: rgb(0,176,11); }
td.TdClassName
{
border-color: #00B00B;
}
.TagClassName
{
border-color: #00B00B;
}
</style>