Shades of Islamic Green #00B118
Tints of Islamic Green #00B118
RGB
CMYK
RGB Variations
Color information
#00B118 (or 0x00B118) is known color: Islamic Green. HEX triplet: 00, B1 and 18. RGB value is (0,177,24). Sum of RGB (Red+Green+Blue) = 0+177+24=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 177 (69.53% from 255 or 88.06% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 177 - color contains mainly: green. Hex color #00B118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00B118 is #FF4EE7. Grayscale: #6B6B6B. Windows color (decimal): -16731880 or 1618176. OLE color: 1618176.
HSL color Cylindrical-coordinate representation of color #00B118: hue angle of 128.14º 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 #00B118 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 24 | - |
| CMYK | 1 | 0 | 0.86 | 0.31 |
| HSL | 128.14º | 1% | 0.35% | - |
| HSV(B) | 128.14º | 1% | 0.69% | - |
| XYZ | 15.89 | 31.51 | 6.11 | - |
| YUV | 106.64 | 81.36 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 24 | 1 | 0 | 0.86 | 0.31 | 128.14 | 1 | 0.35 |
| Hex | 0 | B1 | 18 | 64 | 0 | 56 | 1F | 80 | 64 | 23 |
| Octal | 0 | 261 | 30 | 144 | 0 | 126 | 37 | 200 | 144 | 43 |
| Binary | 0 | 10110001 | 11000 | 1100100 | 0 | 1010110 | 11111 | 10000000 | 1100100 | 100011 |
Color Harmonies of #00B118
Complementary color
Monochromatic Colors of #00B118
Black with #00B118
Text Example
Text Example
White with #00B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B118; }
p { color: rgb(0,177,24); }
H1.HeaderClassName
{
color: #00B118;
}
.AnyTagClassName
{
color: #00B118;
}
</style>
background-color css
<style>
a { background-color: #00B118; }
a { background-color: rgb(0,177,24); }
div.DivClassName
{
background-color: #00B118;
}
.BgClassName
{
background-color: #00B118;
}
</style>
border-color css
<style>
span { border-color: #00B118; }
span { border-color: rgb(0,177,24); }
td.TdClassName
{
border-color: #00B118;
}
.TagClassName
{
border-color: #00B118;
}
</style>