Shades of Islamic Green #01B10C
Tints of Islamic Green #01B10C
RGB
CMYK
RGB Variations
Color information
#01B10C (or 0x01B10C) is known color: Islamic Green. HEX triplet: 01, B1 and 0C. RGB value is (1,177,12). Sum of RGB (Red+Green+Blue) = 1+177+12=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 177 (69.53% from 255 or 93.16% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 177 - color contains mainly: green. Hex color #01B10C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B10C is #FE4EF3. Grayscale: #6A6A6A. Windows color (decimal): -16666356 or 831745. OLE color: 831745.
HSL color Cylindrical-coordinate representation of color #01B10C: hue angle of 123.75º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B10C is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 177 | 12 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.31 |
| HSL | 123.75º | 0.99% | 0.35% | - |
| HSV(B) | 123.75º | 0.99% | 0.69% | - |
| XYZ | 15.8 | 31.48 | 5.59 | - |
| YUV | 105.57 | 75.19 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 12 | 0.99 | 0 | 0.93 | 0.31 | 123.75 | 0.99 | 0.35 |
| Hex | 1 | B1 | C | 63 | 0 | 5D | 1F | 7C | 63 | 23 |
| Octal | 1 | 261 | 14 | 143 | 0 | 135 | 37 | 174 | 143 | 43 |
| Binary | 1 | 10110001 | 1100 | 1100011 | 0 | 1011101 | 11111 | 1111100 | 1100011 | 100011 |
Color Harmonies of #01B10C
Complementary color
Monochromatic Colors of #01B10C
Black with #01B10C
Text Example
Text Example
White with #01B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B10C; }
p { color: rgb(1,177,12); }
H1.HeaderClassName
{
color: #01B10C;
}
.AnyTagClassName
{
color: #01B10C;
}
</style>
background-color css
<style>
a { background-color: #01B10C; }
a { background-color: rgb(1,177,12); }
div.DivClassName
{
background-color: #01B10C;
}
.BgClassName
{
background-color: #01B10C;
}
</style>
border-color css
<style>
span { border-color: #01B10C; }
span { border-color: rgb(1,177,12); }
td.TdClassName
{
border-color: #01B10C;
}
.TagClassName
{
border-color: #01B10C;
}
</style>