Shades of Islamic Green #0DC30B
Tints of Islamic Green #0DC30B
RGB
CMYK
RGB Variations
Color information
#0DC30B (or 0x0DC30B) is known color: Islamic Green. HEX triplet: 0D, C3 and 0B. RGB value is (13,195,11). Sum of RGB (Red+Green+Blue) = 13+195+11=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 195 (76.56% from 255 or 89.04% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC30B is #F23CF4. Grayscale: #787878. Windows color (decimal): -15875317 or 770829. OLE color: 770829.
HSL color Cylindrical-coordinate representation of color #0DC30B: hue angle of 119.35º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC30B is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 11 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.24 |
| HSL | 119.35º | 0.89% | 0.4% | - |
| HSV(B) | 119.35º | 0.94% | 0.76% | - |
| XYZ | 19.74 | 39.14 | 6.83 | - |
| YUV | 119.61 | 66.7 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 11 | 0.93 | 0 | 0.94 | 0.24 | 119.35 | 0.89 | 0.4 |
| Hex | D | C3 | B | 5D | 0 | 5E | 18 | 77 | 59 | 28 |
| Octal | 15 | 303 | 13 | 135 | 0 | 136 | 30 | 167 | 131 | 50 |
| Binary | 1101 | 11000011 | 1011 | 1011101 | 0 | 1011110 | 11000 | 1110111 | 1011001 | 101000 |
Color Harmonies of #0DC30B
Complementary color
Monochromatic Colors of #0DC30B
Black with #0DC30B
Text Example
Text Example
White with #0DC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC30B; }
p { color: rgb(13,195,11); }
H1.HeaderClassName
{
color: #0DC30B;
}
.AnyTagClassName
{
color: #0DC30B;
}
</style>
background-color css
<style>
a { background-color: #0DC30B; }
a { background-color: rgb(13,195,11); }
div.DivClassName
{
background-color: #0DC30B;
}
.BgClassName
{
background-color: #0DC30B;
}
</style>
border-color css
<style>
span { border-color: #0DC30B; }
span { border-color: rgb(13,195,11); }
td.TdClassName
{
border-color: #0DC30B;
}
.TagClassName
{
border-color: #0DC30B;
}
</style>