Shades of Islamic Green #0DAF06
Tints of Islamic Green #0DAF06
RGB
CMYK
RGB Variations
Color information
#0DAF06 (or 0x0DAF06) is known color: Islamic Green. HEX triplet: 0D, AF and 06. RGB value is (13,175,6). Sum of RGB (Red+Green+Blue) = 13+175+6=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 175 (68.75% from 255 or 90.21% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAF06 is #F250F9. Grayscale: #6B6B6B. Windows color (decimal): -15880442 or 438029. OLE color: 438029.
HSL color Cylindrical-coordinate representation of color #0DAF06: hue angle of 117.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DAF06 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 6 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.31 |
| HSL | 117.51º | 0.93% | 0.35% | - |
| HSV(B) | 117.51º | 0.97% | 0.69% | - |
| XYZ | 15.53 | 30.76 | 5.29 | - |
| YUV | 107.3 | 70.83 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 6 | 0.93 | 0 | 0.97 | 0.31 | 117.51 | 0.93 | 0.35 |
| Hex | D | AF | 6 | 5D | 0 | 61 | 1F | 76 | 5D | 23 |
| Octal | 15 | 257 | 6 | 135 | 0 | 141 | 37 | 166 | 135 | 43 |
| Binary | 1101 | 10101111 | 110 | 1011101 | 0 | 1100001 | 11111 | 1110110 | 1011101 | 100011 |
Color Harmonies of #0DAF06
Complementary color
Monochromatic Colors of #0DAF06
Black with #0DAF06
Text Example
Text Example
White with #0DAF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF06; }
p { color: rgb(13,175,6); }
H1.HeaderClassName
{
color: #0DAF06;
}
.AnyTagClassName
{
color: #0DAF06;
}
</style>
background-color css
<style>
a { background-color: #0DAF06; }
a { background-color: rgb(13,175,6); }
div.DivClassName
{
background-color: #0DAF06;
}
.BgClassName
{
background-color: #0DAF06;
}
</style>
border-color css
<style>
span { border-color: #0DAF06; }
span { border-color: rgb(13,175,6); }
td.TdClassName
{
border-color: #0DAF06;
}
.TagClassName
{
border-color: #0DAF06;
}
</style>