Shades of Islamic Green #09BC10
Tints of Islamic Green #09BC10
RGB
CMYK
RGB Variations
Color information
#09BC10 (or 0x09BC10) is known color: Islamic Green. HEX triplet: 09, BC and 10. RGB value is (9,188,16). Sum of RGB (Red+Green+Blue) = 9+188+16=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 188 (73.83% from 255 or 88.26% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09BC10 is #F643EF. Grayscale: #737373. Windows color (decimal): -16139248 or 1096713. OLE color: 1096713.
HSL color Cylindrical-coordinate representation of color #09BC10: hue angle of 122.35º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC10 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 16 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.26 |
| HSL | 122.35º | 0.91% | 0.39% | - |
| HSV(B) | 122.35º | 0.95% | 0.74% | - |
| XYZ | 18.19 | 36.06 | 6.49 | - |
| YUV | 114.87 | 72.2 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 16 | 0.95 | 0 | 0.91 | 0.26 | 122.35 | 0.91 | 0.39 |
| Hex | 9 | BC | 10 | 5F | 0 | 5B | 1A | 7A | 5B | 27 |
| Octal | 11 | 274 | 20 | 137 | 0 | 133 | 32 | 172 | 133 | 47 |
| Binary | 1001 | 10111100 | 10000 | 1011111 | 0 | 1011011 | 11010 | 1111010 | 1011011 | 100111 |
Color Harmonies of #09BC10
Complementary color
Monochromatic Colors of #09BC10
Black with #09BC10
Text Example
Text Example
White with #09BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC10; }
p { color: rgb(9,188,16); }
H1.HeaderClassName
{
color: #09BC10;
}
.AnyTagClassName
{
color: #09BC10;
}
</style>
background-color css
<style>
a { background-color: #09BC10; }
a { background-color: rgb(9,188,16); }
div.DivClassName
{
background-color: #09BC10;
}
.BgClassName
{
background-color: #09BC10;
}
</style>
border-color css
<style>
span { border-color: #09BC10; }
span { border-color: rgb(9,188,16); }
td.TdClassName
{
border-color: #09BC10;
}
.TagClassName
{
border-color: #09BC10;
}
</style>