Shades of Islamic Green #0DB21C
Tints of Islamic Green #0DB21C
RGB
CMYK
RGB Variations
Color information
#0DB21C (or 0x0DB21C) is known color: Islamic Green. HEX triplet: 0D, B2 and 1C. RGB value is (13,178,28). Sum of RGB (Red+Green+Blue) = 13+178+28=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 178 (69.92% from 255 or 81.28% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB21C is #F24DE3. Grayscale: #707070. Windows color (decimal): -15879652 or 1880589. OLE color: 1880589.
HSL color Cylindrical-coordinate representation of color #0DB21C: hue angle of 125.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB21C is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 28 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.30 |
| HSL | 125.45º | 0.86% | 0.37% | - |
| HSV(B) | 125.45º | 0.93% | 0.7% | - |
| XYZ | 16.3 | 32.01 | 6.42 | - |
| YUV | 111.57 | 80.84 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 28 | 0.93 | 0 | 0.84 | 0.30 | 125.45 | 0.86 | 0.37 |
| Hex | D | B2 | 1C | 5D | 0 | 54 | 1E | 7D | 56 | 25 |
| Octal | 15 | 262 | 34 | 135 | 0 | 124 | 36 | 175 | 126 | 45 |
| Binary | 1101 | 10110010 | 11100 | 1011101 | 0 | 1010100 | 11110 | 1111101 | 1010110 | 100101 |
Color Harmonies of #0DB21C
Complementary color
Monochromatic Colors of #0DB21C
Black with #0DB21C
Text Example
Text Example
White with #0DB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB21C; }
p { color: rgb(13,178,28); }
H1.HeaderClassName
{
color: #0DB21C;
}
.AnyTagClassName
{
color: #0DB21C;
}
</style>
background-color css
<style>
a { background-color: #0DB21C; }
a { background-color: rgb(13,178,28); }
div.DivClassName
{
background-color: #0DB21C;
}
.BgClassName
{
background-color: #0DB21C;
}
</style>
border-color css
<style>
span { border-color: #0DB21C; }
span { border-color: rgb(13,178,28); }
td.TdClassName
{
border-color: #0DB21C;
}
.TagClassName
{
border-color: #0DB21C;
}
</style>