Shades of Islamic Green #0CC30F
Tints of Islamic Green #0CC30F
RGB
CMYK
RGB Variations
Color information
#0CC30F (or 0x0CC30F) is known color: Islamic Green. HEX triplet: 0C, C3 and 0F. RGB value is (12,195,15). Sum of RGB (Red+Green+Blue) = 12+195+15=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 195 (76.56% from 255 or 87.84% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC30F is #F33CF0. Grayscale: #787878. Windows color (decimal): -15940849 or 1032972. OLE color: 1032972.
HSL color Cylindrical-coordinate representation of color #0CC30F: hue angle of 120.98º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC30F is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 195 | 15 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.24 |
| HSL | 120.98º | 0.88% | 0.41% | - |
| HSV(B) | 120.98º | 0.94% | 0.76% | - |
| XYZ | 19.75 | 39.14 | 6.97 | - |
| YUV | 119.76 | 68.87 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 195 | 15 | 0.94 | 0 | 0.92 | 0.24 | 120.98 | 0.88 | 0.41 |
| Hex | C | C3 | F | 5E | 0 | 5C | 18 | 79 | 58 | 29 |
| Octal | 14 | 303 | 17 | 136 | 0 | 134 | 30 | 171 | 130 | 51 |
| Binary | 1100 | 11000011 | 1111 | 1011110 | 0 | 1011100 | 11000 | 1111001 | 1011000 | 101001 |
Color Harmonies of #0CC30F
Complementary color
Monochromatic Colors of #0CC30F
Black with #0CC30F
Text Example
Text Example
White with #0CC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC30F; }
p { color: rgb(12,195,15); }
H1.HeaderClassName
{
color: #0CC30F;
}
.AnyTagClassName
{
color: #0CC30F;
}
</style>
background-color css
<style>
a { background-color: #0CC30F; }
a { background-color: rgb(12,195,15); }
div.DivClassName
{
background-color: #0CC30F;
}
.BgClassName
{
background-color: #0CC30F;
}
</style>
border-color css
<style>
span { border-color: #0CC30F; }
span { border-color: rgb(12,195,15); }
td.TdClassName
{
border-color: #0CC30F;
}
.TagClassName
{
border-color: #0CC30F;
}
</style>