Shades of Islamic Green #0DC00A
Tints of Islamic Green #0DC00A
RGB
CMYK
RGB Variations
Color information
#0DC00A (or 0x0DC00A) is known color: Islamic Green. HEX triplet: 0D, C0 and 0A. RGB value is (13,192,10). Sum of RGB (Red+Green+Blue) = 13+192+10=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 192 (75.39% from 255 or 89.30% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC00A is #F23FF5. Grayscale: #767676. Windows color (decimal): -15876086 or 704525. OLE color: 704525.
HSL color Cylindrical-coordinate representation of color #0DC00A: hue angle of 119.01º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DC00A is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 10 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.25 |
| HSL | 119.01º | 0.9% | 0.4% | - |
| HSV(B) | 119.01º | 0.95% | 0.75% | - |
| XYZ | 19.07 | 37.81 | 6.58 | - |
| YUV | 117.73 | 67.2 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 10 | 0.93 | 0 | 0.95 | 0.25 | 119.01 | 0.9 | 0.4 |
| Hex | D | C0 | A | 5D | 0 | 5F | 19 | 77 | 5A | 28 |
| Octal | 15 | 300 | 12 | 135 | 0 | 137 | 31 | 167 | 132 | 50 |
| Binary | 1101 | 11000000 | 1010 | 1011101 | 0 | 1011111 | 11001 | 1110111 | 1011010 | 101000 |
Color Harmonies of #0DC00A
Complementary color
Monochromatic Colors of #0DC00A
Black with #0DC00A
Text Example
Text Example
White with #0DC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC00A; }
p { color: rgb(13,192,10); }
H1.HeaderClassName
{
color: #0DC00A;
}
.AnyTagClassName
{
color: #0DC00A;
}
</style>
background-color css
<style>
a { background-color: #0DC00A; }
a { background-color: rgb(13,192,10); }
div.DivClassName
{
background-color: #0DC00A;
}
.BgClassName
{
background-color: #0DC00A;
}
</style>
border-color css
<style>
span { border-color: #0DC00A; }
span { border-color: rgb(13,192,10); }
td.TdClassName
{
border-color: #0DC00A;
}
.TagClassName
{
border-color: #0DC00A;
}
</style>