Shades of Islamic Green #00B900
Tints of Islamic Green #00B900
RGB
CMYK
RGB Variations
Color information
#00B900 (or 0x00B900) is known color: Islamic Green. HEX triplet: 00, B9 and 00. RGB value is (0,185,0). Sum of RGB (Red+Green+Blue) = 0+185+0=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 185 (72.66% from 255 or 100% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 185 - color contains mainly: green. Hex color #00B900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B900 is #FF46FF. Grayscale: #6D6D6D. Windows color (decimal): -16729856 or 47360. OLE color: 47360.
HSL color Cylindrical-coordinate representation of color #00B900: hue angle of 120º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B900 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.27 |
| HSL | 120º | 1% | 0.36% | - |
| HSV(B) | 120º | 1% | 0.73% | - |
| XYZ | 17.35 | 34.7 | 5.78 | - |
| YUV | 108.6 | 66.71 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 0 | 1 | 0 | 1 | 0.27 | 120 | 1 | 0.36 |
| Hex | 0 | B9 | 0 | 64 | 0 | 64 | 1B | 78 | 64 | 24 |
| Octal | 0 | 271 | 0 | 144 | 0 | 144 | 33 | 170 | 144 | 44 |
| Binary | 0 | 10111001 | 0 | 1100100 | 0 | 1100100 | 11011 | 1111000 | 1100100 | 100100 |
Color Harmonies of #00B900
Complementary color
Monochromatic Colors of #00B900
Black with #00B900
Text Example
Text Example
White with #00B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B900; }
p { color: rgb(0,185,0); }
H1.HeaderClassName
{
color: #00B900;
}
.AnyTagClassName
{
color: #00B900;
}
</style>
background-color css
<style>
a { background-color: #00B900; }
a { background-color: rgb(0,185,0); }
div.DivClassName
{
background-color: #00B900;
}
.BgClassName
{
background-color: #00B900;
}
</style>
border-color css
<style>
span { border-color: #00B900; }
span { border-color: rgb(0,185,0); }
td.TdClassName
{
border-color: #00B900;
}
.TagClassName
{
border-color: #00B900;
}
</style>