Shades of Islamic Green #01B102
Tints of Islamic Green #01B102
RGB
CMYK
RGB Variations
Color information
#01B102 (or 0x01B102) is known color: Islamic Green. HEX triplet: 01, B1 and 02. RGB value is (1,177,2). Sum of RGB (Red+Green+Blue) = 1+177+2=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 177 (69.53% from 255 or 98.33% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 177 - color contains mainly: green. Hex color #01B102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B102 is #FE4EFD. Grayscale: #686868. Windows color (decimal): -16666366 or 176385. OLE color: 176385.
HSL color Cylindrical-coordinate representation of color #01B102: hue angle of 120.34º 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 #01B102 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 177 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.31 |
| HSL | 120.34º | 0.99% | 0.35% | - |
| HSV(B) | 120.34º | 0.99% | 0.69% | - |
| XYZ | 15.75 | 31.46 | 5.3 | - |
| YUV | 104.43 | 70.19 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 2 | 0.99 | 0 | 0.99 | 0.31 | 120.34 | 0.99 | 0.35 |
| Hex | 1 | B1 | 2 | 63 | 0 | 63 | 1F | 78 | 63 | 23 |
| Octal | 1 | 261 | 2 | 143 | 0 | 143 | 37 | 170 | 143 | 43 |
| Binary | 1 | 10110001 | 10 | 1100011 | 0 | 1100011 | 11111 | 1111000 | 1100011 | 100011 |
Color Harmonies of #01B102
Complementary color
Monochromatic Colors of #01B102
Black with #01B102
Text Example
Text Example
White with #01B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B102; }
p { color: rgb(1,177,2); }
H1.HeaderClassName
{
color: #01B102;
}
.AnyTagClassName
{
color: #01B102;
}
</style>
background-color css
<style>
a { background-color: #01B102; }
a { background-color: rgb(1,177,2); }
div.DivClassName
{
background-color: #01B102;
}
.BgClassName
{
background-color: #01B102;
}
</style>
border-color css
<style>
span { border-color: #01B102; }
span { border-color: rgb(1,177,2); }
td.TdClassName
{
border-color: #01B102;
}
.TagClassName
{
border-color: #01B102;
}
</style>