Shades of Islamic Green #0CB307
Tints of Islamic Green #0CB307
RGB
CMYK
RGB Variations
Color information
#0CB307 (or 0x0CB307) is known color: Islamic Green. HEX triplet: 0C, B3 and 07. RGB value is (12,179,7). Sum of RGB (Red+Green+Blue) = 12+179+7=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 179 (70.31% from 255 or 90.40% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB307 is #F34CF8. Grayscale: #6D6D6D. Windows color (decimal): -15944953 or 504588. OLE color: 504588.
HSL color Cylindrical-coordinate representation of color #0CB307: hue angle of 118.26º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CB307 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 7 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.30 |
| HSL | 118.26º | 0.92% | 0.36% | - |
| HSV(B) | 118.26º | 0.96% | 0.7% | - |
| XYZ | 16.31 | 32.33 | 5.58 | - |
| YUV | 109.46 | 70.17 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 7 | 0.93 | 0 | 0.96 | 0.30 | 118.26 | 0.92 | 0.36 |
| Hex | C | B3 | 7 | 5D | 0 | 60 | 1E | 76 | 5C | 24 |
| Octal | 14 | 263 | 7 | 135 | 0 | 140 | 36 | 166 | 134 | 44 |
| Binary | 1100 | 10110011 | 111 | 1011101 | 0 | 1100000 | 11110 | 1110110 | 1011100 | 100100 |
Color Harmonies of #0CB307
Complementary color
Monochromatic Colors of #0CB307
Black with #0CB307
Text Example
Text Example
White with #0CB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB307; }
p { color: rgb(12,179,7); }
H1.HeaderClassName
{
color: #0CB307;
}
.AnyTagClassName
{
color: #0CB307;
}
</style>
background-color css
<style>
a { background-color: #0CB307; }
a { background-color: rgb(12,179,7); }
div.DivClassName
{
background-color: #0CB307;
}
.BgClassName
{
background-color: #0CB307;
}
</style>
border-color css
<style>
span { border-color: #0CB307; }
span { border-color: rgb(12,179,7); }
td.TdClassName
{
border-color: #0CB307;
}
.TagClassName
{
border-color: #0CB307;
}
</style>