Shades of Islamic Green #00B70E
Tints of Islamic Green #00B70E
RGB
CMYK
RGB Variations
Color information
#00B70E (or 0x00B70E) is known color: Islamic Green. HEX triplet: 00, B7 and 0E. RGB value is (0,183,14). Sum of RGB (Red+Green+Blue) = 0+183+14=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 183 (71.88% from 255 or 92.89% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 183 - color contains mainly: green. Hex color #00B70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B70E is #FF48F1. Grayscale: #6D6D6D. Windows color (decimal): -16730354 or 964352. OLE color: 964352.
HSL color Cylindrical-coordinate representation of color #00B70E: hue angle of 124.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B70E is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 14 | - |
| CMYK | 1 | 0 | 0.92 | 0.28 |
| HSL | 124.59º | 1% | 0.36% | - |
| HSV(B) | 124.59º | 1% | 0.72% | - |
| XYZ | 17.01 | 33.9 | 6.06 | - |
| YUV | 109.02 | 74.37 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 14 | 1 | 0 | 0.92 | 0.28 | 124.59 | 1 | 0.36 |
| Hex | 0 | B7 | E | 64 | 0 | 5C | 1C | 7D | 64 | 24 |
| Octal | 0 | 267 | 16 | 144 | 0 | 134 | 34 | 175 | 144 | 44 |
| Binary | 0 | 10110111 | 1110 | 1100100 | 0 | 1011100 | 11100 | 1111101 | 1100100 | 100100 |
Color Harmonies of #00B70E
Complementary color
Monochromatic Colors of #00B70E
Black with #00B70E
Text Example
Text Example
White with #00B70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B70E; }
p { color: rgb(0,183,14); }
H1.HeaderClassName
{
color: #00B70E;
}
.AnyTagClassName
{
color: #00B70E;
}
</style>
background-color css
<style>
a { background-color: #00B70E; }
a { background-color: rgb(0,183,14); }
div.DivClassName
{
background-color: #00B70E;
}
.BgClassName
{
background-color: #00B70E;
}
</style>
border-color css
<style>
span { border-color: #00B70E; }
span { border-color: rgb(0,183,14); }
td.TdClassName
{
border-color: #00B70E;
}
.TagClassName
{
border-color: #00B70E;
}
</style>