Shades of Islamic Green #0DC60D
Tints of Islamic Green #0DC60D
RGB
CMYK
RGB Variations
Color information
#0DC60D (or 0x0DC60D) is known color: Islamic Green. HEX triplet: 0D, C6 and 0D. RGB value is (13,198,13). Sum of RGB (Red+Green+Blue) = 13+198+13=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 198 (77.73% from 255 or 88.39% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC60D is #F239F2. Grayscale: #7A7A7A. Windows color (decimal): -15874547 or 902669. OLE color: 902669.
HSL color Cylindrical-coordinate representation of color #0DC60D: hue angle of 120º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC60D is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 13 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.22 |
| HSL | 120º | 0.88% | 0.41% | - |
| HSV(B) | 120º | 0.93% | 0.78% | - |
| XYZ | 20.43 | 40.5 | 7.12 | - |
| YUV | 121.6 | 66.71 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 13 | 0.93 | 0 | 0.93 | 0.22 | 120 | 0.88 | 0.41 |
| Hex | D | C6 | D | 5D | 0 | 5D | 16 | 78 | 58 | 29 |
| Octal | 15 | 306 | 15 | 135 | 0 | 135 | 26 | 170 | 130 | 51 |
| Binary | 1101 | 11000110 | 1101 | 1011101 | 0 | 1011101 | 10110 | 1111000 | 1011000 | 101001 |
Color Harmonies of #0DC60D
Complementary color
Monochromatic Colors of #0DC60D
Black with #0DC60D
Text Example
Text Example
White with #0DC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC60D; }
p { color: rgb(13,198,13); }
H1.HeaderClassName
{
color: #0DC60D;
}
.AnyTagClassName
{
color: #0DC60D;
}
</style>
background-color css
<style>
a { background-color: #0DC60D; }
a { background-color: rgb(13,198,13); }
div.DivClassName
{
background-color: #0DC60D;
}
.BgClassName
{
background-color: #0DC60D;
}
</style>
border-color css
<style>
span { border-color: #0DC60D; }
span { border-color: rgb(13,198,13); }
td.TdClassName
{
border-color: #0DC60D;
}
.TagClassName
{
border-color: #0DC60D;
}
</style>