Shades of Islamic Green #01920C
Tints of Islamic Green #01920C
RGB
CMYK
RGB Variations
Color information
#01920C (or 0x01920C) is known color: Islamic Green. HEX triplet: 01, 92 and 0C. RGB value is (1,146,12). Sum of RGB (Red+Green+Blue) = 1+146+12=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 146 (57.42% from 255 or 91.82% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 146 - color contains mainly: green. Hex color #01920C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01920C is #FE6DF3. Grayscale: #575757. Windows color (decimal): -16674292 or 823809. OLE color: 823809.
HSL color Cylindrical-coordinate representation of color #01920C: hue angle of 124.55º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01920C is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 12 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.43 |
| HSL | 124.55º | 0.99% | 0.29% | - |
| HSV(B) | 124.55º | 0.99% | 0.57% | - |
| XYZ | 10.36 | 20.59 | 3.78 | - |
| YUV | 87.37 | 85.46 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 12 | 0.99 | 0 | 0.92 | 0.43 | 124.55 | 0.99 | 0.29 |
| Hex | 1 | 92 | C | 63 | 0 | 5C | 2B | 7D | 63 | 1D |
| Octal | 1 | 222 | 14 | 143 | 0 | 134 | 53 | 175 | 143 | 35 |
| Binary | 1 | 10010010 | 1100 | 1100011 | 0 | 1011100 | 101011 | 1111101 | 1100011 | 11101 |
Color Harmonies of #01920C
Complementary color
Monochromatic Colors of #01920C
Black with #01920C
Text Example
Text Example
White with #01920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01920C; }
p { color: rgb(1,146,12); }
H1.HeaderClassName
{
color: #01920C;
}
.AnyTagClassName
{
color: #01920C;
}
</style>
background-color css
<style>
a { background-color: #01920C; }
a { background-color: rgb(1,146,12); }
div.DivClassName
{
background-color: #01920C;
}
.BgClassName
{
background-color: #01920C;
}
</style>
border-color css
<style>
span { border-color: #01920C; }
span { border-color: rgb(1,146,12); }
td.TdClassName
{
border-color: #01920C;
}
.TagClassName
{
border-color: #01920C;
}
</style>