Shades of Islamic Green #0DAB03
Tints of Islamic Green #0DAB03
RGB
CMYK
RGB Variations
Color information
#0DAB03 (or 0x0DAB03) is known color: Islamic Green. HEX triplet: 0D, AB and 03. RGB value is (13,171,3). Sum of RGB (Red+Green+Blue) = 13+171+3=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 171 (67.19% from 255 or 91.44% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAB03 is #F254FC. Grayscale: #696969. Windows color (decimal): -15881469 or 240397. OLE color: 240397.
HSL color Cylindrical-coordinate representation of color #0DAB03: hue angle of 116.43º 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 #0DAB03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.33 |
| HSL | 116.43º | 0.97% | 0.34% | - |
| HSV(B) | 116.43º | 0.98% | 0.67% | - |
| XYZ | 14.75 | 29.22 | 4.95 | - |
| YUV | 104.61 | 70.65 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 3 | 0.92 | 0 | 0.98 | 0.33 | 116.43 | 0.97 | 0.34 |
| Hex | D | AB | 3 | 5C | 0 | 62 | 21 | 74 | 61 | 22 |
| Octal | 15 | 253 | 3 | 134 | 0 | 142 | 41 | 164 | 141 | 42 |
| Binary | 1101 | 10101011 | 11 | 1011100 | 0 | 1100010 | 100001 | 1110100 | 1100001 | 100010 |
Color Harmonies of #0DAB03
Complementary color
Monochromatic Colors of #0DAB03
Black with #0DAB03
Text Example
Text Example
White with #0DAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB03; }
p { color: rgb(13,171,3); }
H1.HeaderClassName
{
color: #0DAB03;
}
.AnyTagClassName
{
color: #0DAB03;
}
</style>
background-color css
<style>
a { background-color: #0DAB03; }
a { background-color: rgb(13,171,3); }
div.DivClassName
{
background-color: #0DAB03;
}
.BgClassName
{
background-color: #0DAB03;
}
</style>
border-color css
<style>
span { border-color: #0DAB03; }
span { border-color: rgb(13,171,3); }
td.TdClassName
{
border-color: #0DAB03;
}
.TagClassName
{
border-color: #0DAB03;
}
</style>