Shades of Islamic Green #0DC310
Tints of Islamic Green #0DC310
RGB
CMYK
RGB Variations
Color information
#0DC310 (or 0x0DC310) is known color: Islamic Green. HEX triplet: 0D, C3 and 10. RGB value is (13,195,16). Sum of RGB (Red+Green+Blue) = 13+195+16=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 195 (76.56% from 255 or 87.05% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC310 is #F23CEF. Grayscale: #787878. Windows color (decimal): -15875312 or 1098509. OLE color: 1098509.
HSL color Cylindrical-coordinate representation of color #0DC310: hue angle of 120.99º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC310 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 16 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.24 |
| HSL | 120.99º | 0.88% | 0.41% | - |
| HSV(B) | 120.99º | 0.93% | 0.76% | - |
| XYZ | 19.77 | 39.15 | 7.01 | - |
| YUV | 120.18 | 69.2 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 16 | 0.93 | 0 | 0.92 | 0.24 | 120.99 | 0.88 | 0.41 |
| Hex | D | C3 | 10 | 5D | 0 | 5C | 18 | 79 | 58 | 29 |
| Octal | 15 | 303 | 20 | 135 | 0 | 134 | 30 | 171 | 130 | 51 |
| Binary | 1101 | 11000011 | 10000 | 1011101 | 0 | 1011100 | 11000 | 1111001 | 1011000 | 101001 |
Color Harmonies of #0DC310
Complementary color
Monochromatic Colors of #0DC310
Black with #0DC310
Text Example
Text Example
White with #0DC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC310; }
p { color: rgb(13,195,16); }
H1.HeaderClassName
{
color: #0DC310;
}
.AnyTagClassName
{
color: #0DC310;
}
</style>
background-color css
<style>
a { background-color: #0DC310; }
a { background-color: rgb(13,195,16); }
div.DivClassName
{
background-color: #0DC310;
}
.BgClassName
{
background-color: #0DC310;
}
</style>
border-color css
<style>
span { border-color: #0DC310; }
span { border-color: rgb(13,195,16); }
td.TdClassName
{
border-color: #0DC310;
}
.TagClassName
{
border-color: #0DC310;
}
</style>