Shades of Islamic Green #00B610
Tints of Islamic Green #00B610
RGB
CMYK
RGB Variations
Color information
#00B610 (or 0x00B610) is known color: Islamic Green. HEX triplet: 00, B6 and 10. RGB value is (0,182,16). Sum of RGB (Red+Green+Blue) = 0+182+16=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 182 (71.48% from 255 or 91.92% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 182 - color contains mainly: green. Hex color #00B610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B610 is #FF49EF. Grayscale: #6D6D6D. Windows color (decimal): -16730608 or 1095168. OLE color: 1095168.
HSL color Cylindrical-coordinate representation of color #00B610: hue angle of 125.27º 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 #00B610 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 16 | - |
| CMYK | 1 | 0 | 0.91 | 0.29 |
| HSL | 125.27º | 1% | 0.36% | - |
| HSV(B) | 125.27º | 1% | 0.71% | - |
| XYZ | 16.82 | 33.49 | 6.07 | - |
| YUV | 108.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 16 | 1 | 0 | 0.91 | 0.29 | 125.27 | 1 | 0.36 |
| Hex | 0 | B6 | 10 | 64 | 0 | 5B | 1D | 7D | 64 | 24 |
| Octal | 0 | 266 | 20 | 144 | 0 | 133 | 35 | 175 | 144 | 44 |
| Binary | 0 | 10110110 | 10000 | 1100100 | 0 | 1011011 | 11101 | 1111101 | 1100100 | 100100 |
Color Harmonies of #00B610
Complementary color
Monochromatic Colors of #00B610
Black with #00B610
Text Example
Text Example
White with #00B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B610; }
p { color: rgb(0,182,16); }
H1.HeaderClassName
{
color: #00B610;
}
.AnyTagClassName
{
color: #00B610;
}
</style>
background-color css
<style>
a { background-color: #00B610; }
a { background-color: rgb(0,182,16); }
div.DivClassName
{
background-color: #00B610;
}
.BgClassName
{
background-color: #00B610;
}
</style>
border-color css
<style>
span { border-color: #00B610; }
span { border-color: rgb(0,182,16); }
td.TdClassName
{
border-color: #00B610;
}
.TagClassName
{
border-color: #00B610;
}
</style>