Shades of Islamic Green #0CC50D
Tints of Islamic Green #0CC50D
RGB
CMYK
RGB Variations
Color information
#0CC50D (or 0x0CC50D) is known color: Islamic Green. HEX triplet: 0C, C5 and 0D. RGB value is (12,197,13). Sum of RGB (Red+Green+Blue) = 12+197+13=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 197 (77.34% from 255 or 88.74% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC50D is #F33AF2. Grayscale: #797979. Windows color (decimal): -15940339 or 902412. OLE color: 902412.
HSL color Cylindrical-coordinate representation of color #0CC50D: hue angle of 120.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC50D is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 197 | 13 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.23 |
| HSL | 120.32º | 0.89% | 0.41% | - |
| HSV(B) | 120.32º | 0.94% | 0.77% | - |
| XYZ | 20.19 | 40.04 | 7.05 | - |
| YUV | 120.71 | 67.21 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 197 | 13 | 0.94 | 0 | 0.93 | 0.23 | 120.32 | 0.89 | 0.41 |
| Hex | C | C5 | D | 5E | 0 | 5D | 17 | 78 | 59 | 29 |
| Octal | 14 | 305 | 15 | 136 | 0 | 135 | 27 | 170 | 131 | 51 |
| Binary | 1100 | 11000101 | 1101 | 1011110 | 0 | 1011101 | 10111 | 1111000 | 1011001 | 101001 |
Color Harmonies of #0CC50D
Complementary color
Monochromatic Colors of #0CC50D
Black with #0CC50D
Text Example
Text Example
White with #0CC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC50D; }
p { color: rgb(12,197,13); }
H1.HeaderClassName
{
color: #0CC50D;
}
.AnyTagClassName
{
color: #0CC50D;
}
</style>
background-color css
<style>
a { background-color: #0CC50D; }
a { background-color: rgb(12,197,13); }
div.DivClassName
{
background-color: #0CC50D;
}
.BgClassName
{
background-color: #0CC50D;
}
</style>
border-color css
<style>
span { border-color: #0CC50D; }
span { border-color: rgb(12,197,13); }
td.TdClassName
{
border-color: #0CC50D;
}
.TagClassName
{
border-color: #0CC50D;
}
</style>