Shades of Islamic Green #0DA203
Tints of Islamic Green #0DA203
RGB
CMYK
RGB Variations
Color information
#0DA203 (or 0x0DA203) is known color: Islamic Green. HEX triplet: 0D, A2 and 03. RGB value is (13,162,3). Sum of RGB (Red+Green+Blue) = 13+162+3=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 162 (63.67% from 255 or 91.01% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA203 is #F25DFC. Grayscale: #636363. Windows color (decimal): -15883773 or 238093. OLE color: 238093.
HSL color Cylindrical-coordinate representation of color #0DA203: hue angle of 116.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DA203 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.36 |
| HSL | 116.23º | 0.96% | 0.32% | - |
| HSV(B) | 116.23º | 0.98% | 0.64% | - |
| XYZ | 13.1 | 25.93 | 4.4 | - |
| YUV | 99.32 | 73.64 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 3 | 0.92 | 0 | 0.98 | 0.36 | 116.23 | 0.96 | 0.32 |
| Hex | D | A2 | 3 | 5C | 0 | 62 | 24 | 74 | 60 | 20 |
| Octal | 15 | 242 | 3 | 134 | 0 | 142 | 44 | 164 | 140 | 40 |
| Binary | 1101 | 10100010 | 11 | 1011100 | 0 | 1100010 | 100100 | 1110100 | 1100000 | 100000 |
Color Harmonies of #0DA203
Complementary color
Monochromatic Colors of #0DA203
Black with #0DA203
Text Example
Text Example
White with #0DA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA203; }
p { color: rgb(13,162,3); }
H1.HeaderClassName
{
color: #0DA203;
}
.AnyTagClassName
{
color: #0DA203;
}
</style>
background-color css
<style>
a { background-color: #0DA203; }
a { background-color: rgb(13,162,3); }
div.DivClassName
{
background-color: #0DA203;
}
.BgClassName
{
background-color: #0DA203;
}
</style>
border-color css
<style>
span { border-color: #0DA203; }
span { border-color: rgb(13,162,3); }
td.TdClassName
{
border-color: #0DA203;
}
.TagClassName
{
border-color: #0DA203;
}
</style>