Shades of Islamic Green #00BC09
Tints of Islamic Green #00BC09
RGB
CMYK
RGB Variations
Color information
#00BC09 (or 0x00BC09) is known color: Islamic Green. HEX triplet: 00, BC and 09. RGB value is (0,188,9). Sum of RGB (Red+Green+Blue) = 0+188+9=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 188 (73.83% from 255 or 95.43% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BC09 is #FF43F6. Grayscale: #6F6F6F. Windows color (decimal): -16729079 or 637952. OLE color: 637952.
HSL color Cylindrical-coordinate representation of color #00BC09: hue angle of 122.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BC09 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 9 | - |
| CMYK | 1 | 0 | 0.95 | 0.26 |
| HSL | 122.87º | 1% | 0.37% | - |
| HSV(B) | 122.87º | 1% | 0.74% | - |
| XYZ | 18.03 | 35.99 | 6.25 | - |
| YUV | 111.38 | 70.22 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 9 | 1 | 0 | 0.95 | 0.26 | 122.87 | 1 | 0.37 |
| Hex | 0 | BC | 9 | 64 | 0 | 5F | 1A | 7B | 64 | 25 |
| Octal | 0 | 274 | 11 | 144 | 0 | 137 | 32 | 173 | 144 | 45 |
| Binary | 0 | 10111100 | 1001 | 1100100 | 0 | 1011111 | 11010 | 1111011 | 1100100 | 100101 |
Color Harmonies of #00BC09
Complementary color
Monochromatic Colors of #00BC09
Black with #00BC09
Text Example
Text Example
White with #00BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC09; }
p { color: rgb(0,188,9); }
H1.HeaderClassName
{
color: #00BC09;
}
.AnyTagClassName
{
color: #00BC09;
}
</style>
background-color css
<style>
a { background-color: #00BC09; }
a { background-color: rgb(0,188,9); }
div.DivClassName
{
background-color: #00BC09;
}
.BgClassName
{
background-color: #00BC09;
}
</style>
border-color css
<style>
span { border-color: #00BC09; }
span { border-color: rgb(0,188,9); }
td.TdClassName
{
border-color: #00BC09;
}
.TagClassName
{
border-color: #00BC09;
}
</style>