Shades of Islamic Green #0DAC03
Tints of Islamic Green #0DAC03
RGB
CMYK
RGB Variations
Color information
#0DAC03 (or 0x0DAC03) is known color: Islamic Green. HEX triplet: 0D, AC and 03. RGB value is (13,172,3). Sum of RGB (Red+Green+Blue) = 13+172+3=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 172 (67.58% from 255 or 91.49% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAC03 is #F253FC. Grayscale: #696969. Windows color (decimal): -15881213 or 240653. OLE color: 240653.
HSL color Cylindrical-coordinate representation of color #0DAC03: hue angle of 116.45º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DAC03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.33 |
| HSL | 116.45º | 0.97% | 0.34% | - |
| HSV(B) | 116.45º | 0.98% | 0.67% | - |
| XYZ | 14.93 | 29.6 | 5.01 | - |
| YUV | 105.19 | 70.32 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 3 | 0.92 | 0 | 0.98 | 0.33 | 116.45 | 0.97 | 0.34 |
| Hex | D | AC | 3 | 5C | 0 | 62 | 21 | 74 | 61 | 22 |
| Octal | 15 | 254 | 3 | 134 | 0 | 142 | 41 | 164 | 141 | 42 |
| Binary | 1101 | 10101100 | 11 | 1011100 | 0 | 1100010 | 100001 | 1110100 | 1100001 | 100010 |
Color Harmonies of #0DAC03
Complementary color
Monochromatic Colors of #0DAC03
Black with #0DAC03
Text Example
Text Example
White with #0DAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC03; }
p { color: rgb(13,172,3); }
H1.HeaderClassName
{
color: #0DAC03;
}
.AnyTagClassName
{
color: #0DAC03;
}
</style>
background-color css
<style>
a { background-color: #0DAC03; }
a { background-color: rgb(13,172,3); }
div.DivClassName
{
background-color: #0DAC03;
}
.BgClassName
{
background-color: #0DAC03;
}
</style>
border-color css
<style>
span { border-color: #0DAC03; }
span { border-color: rgb(13,172,3); }
td.TdClassName
{
border-color: #0DAC03;
}
.TagClassName
{
border-color: #0DAC03;
}
</style>