Shades of Islamic Green #01980D
Tints of Islamic Green #01980D
RGB
CMYK
RGB Variations
Color information
#01980D (or 0x01980D) is known color: Islamic Green. HEX triplet: 01, 98 and 0D. RGB value is (1,152,13). Sum of RGB (Red+Green+Blue) = 1+152+13=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 152 (59.77% from 255 or 91.57% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 152 - color contains mainly: green. Hex color #01980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01980D is #FE67F2. Grayscale: #5B5B5B. Windows color (decimal): -16672755 or 890881. OLE color: 890881.
HSL color Cylindrical-coordinate representation of color #01980D: hue angle of 124.77º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01980D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 13 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.40 |
| HSL | 124.77º | 0.99% | 0.3% | - |
| HSV(B) | 124.77º | 0.99% | 0.6% | - |
| XYZ | 11.31 | 22.49 | 4.13 | - |
| YUV | 91.01 | 83.97 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 13 | 0.99 | 0 | 0.91 | 0.40 | 124.77 | 0.99 | 0.3 |
| Hex | 1 | 98 | D | 63 | 0 | 5B | 28 | 7D | 63 | 1E |
| Octal | 1 | 230 | 15 | 143 | 0 | 133 | 50 | 175 | 143 | 36 |
| Binary | 1 | 10011000 | 1101 | 1100011 | 0 | 1011011 | 101000 | 1111101 | 1100011 | 11110 |
Color Harmonies of #01980D
Complementary color
Monochromatic Colors of #01980D
Black with #01980D
Text Example
Text Example
White with #01980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01980D; }
p { color: rgb(1,152,13); }
H1.HeaderClassName
{
color: #01980D;
}
.AnyTagClassName
{
color: #01980D;
}
</style>
background-color css
<style>
a { background-color: #01980D; }
a { background-color: rgb(1,152,13); }
div.DivClassName
{
background-color: #01980D;
}
.BgClassName
{
background-color: #01980D;
}
</style>
border-color css
<style>
span { border-color: #01980D; }
span { border-color: rgb(1,152,13); }
td.TdClassName
{
border-color: #01980D;
}
.TagClassName
{
border-color: #01980D;
}
</style>