Shades of Islamic Green #0DC305
Tints of Islamic Green #0DC305
RGB
CMYK
RGB Variations
Color information
#0DC305 (or 0x0DC305) is known color: Islamic Green. HEX triplet: 0D, C3 and 05. RGB value is (13,195,5). Sum of RGB (Red+Green+Blue) = 13+195+5=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 195 (76.56% from 255 or 91.55% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC305 is #F23CFA. Grayscale: #777777. Windows color (decimal): -15875323 or 377613. OLE color: 377613.
HSL color Cylindrical-coordinate representation of color #0DC305: hue angle of 117.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DC305 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.24 |
| HSL | 117.47º | 0.95% | 0.39% | - |
| HSV(B) | 117.47º | 0.97% | 0.76% | - |
| XYZ | 19.71 | 39.13 | 6.66 | - |
| YUV | 118.92 | 63.7 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 5 | 0.93 | 0 | 0.97 | 0.24 | 117.47 | 0.95 | 0.39 |
| Hex | D | C3 | 5 | 5D | 0 | 61 | 18 | 75 | 5F | 27 |
| Octal | 15 | 303 | 5 | 135 | 0 | 141 | 30 | 165 | 137 | 47 |
| Binary | 1101 | 11000011 | 101 | 1011101 | 0 | 1100001 | 11000 | 1110101 | 1011111 | 100111 |
Color Harmonies of #0DC305
Complementary color
Monochromatic Colors of #0DC305
Black with #0DC305
Text Example
Text Example
White with #0DC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC305; }
p { color: rgb(13,195,5); }
H1.HeaderClassName
{
color: #0DC305;
}
.AnyTagClassName
{
color: #0DC305;
}
</style>
background-color css
<style>
a { background-color: #0DC305; }
a { background-color: rgb(13,195,5); }
div.DivClassName
{
background-color: #0DC305;
}
.BgClassName
{
background-color: #0DC305;
}
</style>
border-color css
<style>
span { border-color: #0DC305; }
span { border-color: rgb(13,195,5); }
td.TdClassName
{
border-color: #0DC305;
}
.TagClassName
{
border-color: #0DC305;
}
</style>