Shades of Islamic Green #00B908
Tints of Islamic Green #00B908
RGB
CMYK
RGB Variations
Color information
#00B908 (or 0x00B908) is known color: Islamic Green. HEX triplet: 00, B9 and 08. RGB value is (0,185,8). Sum of RGB (Red+Green+Blue) = 0+185+8=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 185 (72.66% from 255 or 95.85% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 185 - color contains mainly: green. Hex color #00B908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B908 is #FF46F7. Grayscale: #6E6E6E. Windows color (decimal): -16729848 or 571648. OLE color: 571648.
HSL color Cylindrical-coordinate representation of color #00B908: hue angle of 122.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B908 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 8 | - |
| CMYK | 1 | 0 | 0.96 | 0.27 |
| HSL | 122.59º | 1% | 0.36% | - |
| HSV(B) | 122.59º | 1% | 0.73% | - |
| XYZ | 17.39 | 34.72 | 6.01 | - |
| YUV | 109.51 | 70.71 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 8 | 1 | 0 | 0.96 | 0.27 | 122.59 | 1 | 0.36 |
| Hex | 0 | B9 | 8 | 64 | 0 | 60 | 1B | 7B | 64 | 24 |
| Octal | 0 | 271 | 10 | 144 | 0 | 140 | 33 | 173 | 144 | 44 |
| Binary | 0 | 10111001 | 1000 | 1100100 | 0 | 1100000 | 11011 | 1111011 | 1100100 | 100100 |
Color Harmonies of #00B908
Complementary color
Monochromatic Colors of #00B908
Black with #00B908
Text Example
Text Example
White with #00B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B908; }
p { color: rgb(0,185,8); }
H1.HeaderClassName
{
color: #00B908;
}
.AnyTagClassName
{
color: #00B908;
}
</style>
background-color css
<style>
a { background-color: #00B908; }
a { background-color: rgb(0,185,8); }
div.DivClassName
{
background-color: #00B908;
}
.BgClassName
{
background-color: #00B908;
}
</style>
border-color css
<style>
span { border-color: #00B908; }
span { border-color: rgb(0,185,8); }
td.TdClassName
{
border-color: #00B908;
}
.TagClassName
{
border-color: #00B908;
}
</style>