Shades of Islamic Green #0CB107
Tints of Islamic Green #0CB107
RGB
CMYK
RGB Variations
Color information
#0CB107 (or 0x0CB107) is known color: Islamic Green. HEX triplet: 0C, B1 and 07. RGB value is (12,177,7). Sum of RGB (Red+Green+Blue) = 12+177+7=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 177 (69.53% from 255 or 90.31% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB107 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB107 is #F34EF8. Grayscale: #6C6C6C. Windows color (decimal): -15945465 or 504076. OLE color: 504076.
HSL color Cylindrical-coordinate representation of color #0CB107: hue angle of 118.24º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CB107 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 7 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.31 |
| HSL | 118.24º | 0.92% | 0.36% | - |
| HSV(B) | 118.24º | 0.96% | 0.69% | - |
| XYZ | 15.91 | 31.54 | 5.45 | - |
| YUV | 108.29 | 70.84 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 7 | 0.93 | 0 | 0.96 | 0.31 | 118.24 | 0.92 | 0.36 |
| Hex | C | B1 | 7 | 5D | 0 | 60 | 1F | 76 | 5C | 24 |
| Octal | 14 | 261 | 7 | 135 | 0 | 140 | 37 | 166 | 134 | 44 |
| Binary | 1100 | 10110001 | 111 | 1011101 | 0 | 1100000 | 11111 | 1110110 | 1011100 | 100100 |
Color Harmonies of #0CB107
Complementary color
Monochromatic Colors of #0CB107
Black with #0CB107
Text Example
Text Example
White with #0CB107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB107; }
p { color: rgb(12,177,7); }
H1.HeaderClassName
{
color: #0CB107;
}
.AnyTagClassName
{
color: #0CB107;
}
</style>
background-color css
<style>
a { background-color: #0CB107; }
a { background-color: rgb(12,177,7); }
div.DivClassName
{
background-color: #0CB107;
}
.BgClassName
{
background-color: #0CB107;
}
</style>
border-color css
<style>
span { border-color: #0CB107; }
span { border-color: rgb(12,177,7); }
td.TdClassName
{
border-color: #0CB107;
}
.TagClassName
{
border-color: #0CB107;
}
</style>