Shades of Islamic Green #0CC308
Tints of Islamic Green #0CC308
RGB
CMYK
RGB Variations
Color information
#0CC308 (or 0x0CC308) is known color: Islamic Green. HEX triplet: 0C, C3 and 08. RGB value is (12,195,8). Sum of RGB (Red+Green+Blue) = 12+195+8=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 195 (76.56% from 255 or 90.70% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC308 is #F33CF7. Grayscale: #777777. Windows color (decimal): -15940856 or 574220. OLE color: 574220.
HSL color Cylindrical-coordinate representation of color #0CC308: hue angle of 118.72º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CC308 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.24 |
| HSL | 118.72º | 0.92% | 0.4% | - |
| HSV(B) | 118.72º | 0.96% | 0.76% | - |
| XYZ | 19.71 | 39.13 | 6.74 | - |
| YUV | 118.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 8 | 0.94 | 0 | 0.96 | 0.24 | 118.72 | 0.92 | 0.4 |
| Hex | C | C3 | 8 | 5E | 0 | 60 | 18 | 77 | 5C | 28 |
| Octal | 14 | 303 | 10 | 136 | 0 | 140 | 30 | 167 | 134 | 50 |
| Binary | 1100 | 11000011 | 1000 | 1011110 | 0 | 1100000 | 11000 | 1110111 | 1011100 | 101000 |
Color Harmonies of #0CC308
Complementary color
Monochromatic Colors of #0CC308
Black with #0CC308
Text Example
Text Example
White with #0CC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC308; }
p { color: rgb(12,195,8); }
H1.HeaderClassName
{
color: #0CC308;
}
.AnyTagClassName
{
color: #0CC308;
}
</style>
background-color css
<style>
a { background-color: #0CC308; }
a { background-color: rgb(12,195,8); }
div.DivClassName
{
background-color: #0CC308;
}
.BgClassName
{
background-color: #0CC308;
}
</style>
border-color css
<style>
span { border-color: #0CC308; }
span { border-color: rgb(12,195,8); }
td.TdClassName
{
border-color: #0CC308;
}
.TagClassName
{
border-color: #0CC308;
}
</style>