Shades of Islamic Green #00C00D
Tints of Islamic Green #00C00D
RGB
CMYK
RGB Variations
Color information
#00C00D (or 0x00C00D) is known color: Islamic Green. HEX triplet: 00, C0 and 0D. RGB value is (0,192,13). Sum of RGB (Red+Green+Blue) = 0+192+13=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 192 (75.39% from 255 or 93.66% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 192 - color contains mainly: green. Hex color #00C00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C00D is #FF3FF2. Grayscale: #727272. Windows color (decimal): -16728051 or 901120. OLE color: 901120.
HSL color Cylindrical-coordinate representation of color #00C00D: hue angle of 124.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C00D is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 13 | - |
| CMYK | 1 | 0 | 0.93 | 0.25 |
| HSL | 124.06º | 1% | 0.38% | - |
| HSV(B) | 124.06º | 1% | 0.75% | - |
| XYZ | 18.92 | 37.73 | 6.67 | - |
| YUV | 114.19 | 70.89 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 13 | 1 | 0 | 0.93 | 0.25 | 124.06 | 1 | 0.38 |
| Hex | 0 | C0 | D | 64 | 0 | 5D | 19 | 7C | 64 | 26 |
| Octal | 0 | 300 | 15 | 144 | 0 | 135 | 31 | 174 | 144 | 46 |
| Binary | 0 | 11000000 | 1101 | 1100100 | 0 | 1011101 | 11001 | 1111100 | 1100100 | 100110 |
Color Harmonies of #00C00D
Complementary color
Monochromatic Colors of #00C00D
Black with #00C00D
Text Example
Text Example
White with #00C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C00D; }
p { color: rgb(0,192,13); }
H1.HeaderClassName
{
color: #00C00D;
}
.AnyTagClassName
{
color: #00C00D;
}
</style>
background-color css
<style>
a { background-color: #00C00D; }
a { background-color: rgb(0,192,13); }
div.DivClassName
{
background-color: #00C00D;
}
.BgClassName
{
background-color: #00C00D;
}
</style>
border-color css
<style>
span { border-color: #00C00D; }
span { border-color: rgb(0,192,13); }
td.TdClassName
{
border-color: #00C00D;
}
.TagClassName
{
border-color: #00C00D;
}
</style>