Shades of Islamic Green #00B217
Tints of Islamic Green #00B217
RGB
CMYK
RGB Variations
Color information
#00B217 (or 0x00B217) is known color: Islamic Green. HEX triplet: 00, B2 and 17. RGB value is (0,178,23). Sum of RGB (Red+Green+Blue) = 0+178+23=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 178 (69.92% from 255 or 88.56% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 178 - color contains mainly: green. Hex color #00B217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00B217 is #FF4DE8. Grayscale: #6B6B6B. Windows color (decimal): -16731625 or 1552896. OLE color: 1552896.
HSL color Cylindrical-coordinate representation of color #00B217: hue angle of 127.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B217 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 178 | 23 | - |
| CMYK | 1 | 0 | 0.87 | 0.30 |
| HSL | 127.75º | 1% | 0.35% | - |
| HSV(B) | 127.75º | 1% | 0.7% | - |
| XYZ | 16.08 | 31.9 | 6.12 | - |
| YUV | 107.11 | 80.53 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 178 | 23 | 1 | 0 | 0.87 | 0.30 | 127.75 | 1 | 0.35 |
| Hex | 0 | B2 | 17 | 64 | 0 | 57 | 1E | 80 | 64 | 23 |
| Octal | 0 | 262 | 27 | 144 | 0 | 127 | 36 | 200 | 144 | 43 |
| Binary | 0 | 10110010 | 10111 | 1100100 | 0 | 1010111 | 11110 | 10000000 | 1100100 | 100011 |
Color Harmonies of #00B217
Complementary color
Monochromatic Colors of #00B217
Black with #00B217
Text Example
Text Example
White with #00B217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B217; }
p { color: rgb(0,178,23); }
H1.HeaderClassName
{
color: #00B217;
}
.AnyTagClassName
{
color: #00B217;
}
</style>
background-color css
<style>
a { background-color: #00B217; }
a { background-color: rgb(0,178,23); }
div.DivClassName
{
background-color: #00B217;
}
.BgClassName
{
background-color: #00B217;
}
</style>
border-color css
<style>
span { border-color: #00B217; }
span { border-color: rgb(0,178,23); }
td.TdClassName
{
border-color: #00B217;
}
.TagClassName
{
border-color: #00B217;
}
</style>