Shades of Islamic Green #00B60E
Tints of Islamic Green #00B60E
RGB
CMYK
RGB Variations
Color information
#00B60E (or 0x00B60E) is known color: Islamic Green. HEX triplet: 00, B6 and 0E. RGB value is (0,182,14). Sum of RGB (Red+Green+Blue) = 0+182+14=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 182 (71.48% from 255 or 92.86% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 182 - color contains mainly: green. Hex color #00B60E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B60E is #FF49F1. Grayscale: #6C6C6C. Windows color (decimal): -16730610 or 964096. OLE color: 964096.
HSL color Cylindrical-coordinate representation of color #00B60E: hue angle of 124.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B60E is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 14 | - |
| CMYK | 1 | 0 | 0.92 | 0.29 |
| HSL | 124.62º | 1% | 0.36% | - |
| HSV(B) | 124.62º | 1% | 0.71% | - |
| XYZ | 16.81 | 33.49 | 5.99 | - |
| YUV | 108.43 | 74.7 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 14 | 1 | 0 | 0.92 | 0.29 | 124.62 | 1 | 0.36 |
| Hex | 0 | B6 | E | 64 | 0 | 5C | 1D | 7D | 64 | 24 |
| Octal | 0 | 266 | 16 | 144 | 0 | 134 | 35 | 175 | 144 | 44 |
| Binary | 0 | 10110110 | 1110 | 1100100 | 0 | 1011100 | 11101 | 1111101 | 1100100 | 100100 |
Color Harmonies of #00B60E
Complementary color
Monochromatic Colors of #00B60E
Black with #00B60E
Text Example
Text Example
White with #00B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B60E; }
p { color: rgb(0,182,14); }
H1.HeaderClassName
{
color: #00B60E;
}
.AnyTagClassName
{
color: #00B60E;
}
</style>
background-color css
<style>
a { background-color: #00B60E; }
a { background-color: rgb(0,182,14); }
div.DivClassName
{
background-color: #00B60E;
}
.BgClassName
{
background-color: #00B60E;
}
</style>
border-color css
<style>
span { border-color: #00B60E; }
span { border-color: rgb(0,182,14); }
td.TdClassName
{
border-color: #00B60E;
}
.TagClassName
{
border-color: #00B60E;
}
</style>