Shades of Islamic Green #0CB502
Tints of Islamic Green #0CB502
RGB
CMYK
RGB Variations
Color information
#0CB502 (or 0x0CB502) is known color: Islamic Green. HEX triplet: 0C, B5 and 02. RGB value is (12,181,2). Sum of RGB (Red+Green+Blue) = 12+181+2=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 181 (71.09% from 255 or 92.82% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB502 is #F34AFD. Grayscale: #6E6E6E. Windows color (decimal): -15944446 or 177420. OLE color: 177420.
HSL color Cylindrical-coordinate representation of color #0CB502: hue angle of 116.65º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CB502 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.29 |
| HSL | 116.65º | 0.98% | 0.36% | - |
| HSV(B) | 116.65º | 0.99% | 0.71% | - |
| XYZ | 16.69 | 33.13 | 5.57 | - |
| YUV | 110.06 | 67.01 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 2 | 0.93 | 0 | 0.99 | 0.29 | 116.65 | 0.98 | 0.36 |
| Hex | C | B5 | 2 | 5D | 0 | 63 | 1D | 75 | 62 | 24 |
| Octal | 14 | 265 | 2 | 135 | 0 | 143 | 35 | 165 | 142 | 44 |
| Binary | 1100 | 10110101 | 10 | 1011101 | 0 | 1100011 | 11101 | 1110101 | 1100010 | 100100 |
Color Harmonies of #0CB502
Complementary color
Monochromatic Colors of #0CB502
Black with #0CB502
Text Example
Text Example
White with #0CB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB502; }
p { color: rgb(12,181,2); }
H1.HeaderClassName
{
color: #0CB502;
}
.AnyTagClassName
{
color: #0CB502;
}
</style>
background-color css
<style>
a { background-color: #0CB502; }
a { background-color: rgb(12,181,2); }
div.DivClassName
{
background-color: #0CB502;
}
.BgClassName
{
background-color: #0CB502;
}
</style>
border-color css
<style>
span { border-color: #0CB502; }
span { border-color: rgb(12,181,2); }
td.TdClassName
{
border-color: #0CB502;
}
.TagClassName
{
border-color: #0CB502;
}
</style>