Shades of Islamic Green #00B006
Tints of Islamic Green #00B006
RGB
CMYK
RGB Variations
Color information
#00B006 (or 0x00B006) is known color: Islamic Green. HEX triplet: 00, B0 and 06. RGB value is (0,176,6). Sum of RGB (Red+Green+Blue) = 0+176+6=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 176 (69.14% from 255 or 96.70% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 176 - color contains mainly: green. Hex color #00B006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00B006 is #FF4FF9. Grayscale: #686868. Windows color (decimal): -16732154 or 438272. OLE color: 438272.
HSL color Cylindrical-coordinate representation of color #00B006: hue angle of 122.05º 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 #00B006 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 176 | 6 | - |
| CMYK | 1 | 0 | 0.97 | 0.31 |
| HSL | 122.05º | 1% | 0.35% | - |
| HSV(B) | 122.05º | 1% | 0.69% | - |
| XYZ | 15.56 | 31.06 | 5.35 | - |
| YUV | 104 | 72.69 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 6 | 1 | 0 | 0.97 | 0.31 | 122.05 | 1 | 0.35 |
| Hex | 0 | B0 | 6 | 64 | 0 | 61 | 1F | 7A | 64 | 23 |
| Octal | 0 | 260 | 6 | 144 | 0 | 141 | 37 | 172 | 144 | 43 |
| Binary | 0 | 10110000 | 110 | 1100100 | 0 | 1100001 | 11111 | 1111010 | 1100100 | 100011 |
Color Harmonies of #00B006
Complementary color
Monochromatic Colors of #00B006
Black with #00B006
Text Example
Text Example
White with #00B006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B006; }
p { color: rgb(0,176,6); }
H1.HeaderClassName
{
color: #00B006;
}
.AnyTagClassName
{
color: #00B006;
}
</style>
background-color css
<style>
a { background-color: #00B006; }
a { background-color: rgb(0,176,6); }
div.DivClassName
{
background-color: #00B006;
}
.BgClassName
{
background-color: #00B006;
}
</style>
border-color css
<style>
span { border-color: #00B006; }
span { border-color: rgb(0,176,6); }
td.TdClassName
{
border-color: #00B006;
}
.TagClassName
{
border-color: #00B006;
}
</style>