Shades of Islamic Green #01B903
Tints of Islamic Green #01B903
RGB
CMYK
RGB Variations
Color information
#01B903 (or 0x01B903) is known color: Islamic Green. HEX triplet: 01, B9 and 03. RGB value is (1,185,3). Sum of RGB (Red+Green+Blue) = 1+185+3=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 185 (72.66% from 255 or 97.88% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 185 - color contains mainly: green. Hex color #01B903 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B903 is #FE46FC. Grayscale: #6D6D6D. Windows color (decimal): -16664317 or 243969. OLE color: 243969.
HSL color Cylindrical-coordinate representation of color #01B903: hue angle of 120.65º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B903 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 3 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.27 |
| HSL | 120.65º | 0.99% | 0.36% | - |
| HSV(B) | 120.65º | 0.99% | 0.73% | - |
| XYZ | 17.38 | 34.71 | 5.87 | - |
| YUV | 109.24 | 68.04 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 3 | 0.99 | 0 | 0.98 | 0.27 | 120.65 | 0.99 | 0.36 |
| Hex | 1 | B9 | 3 | 63 | 0 | 62 | 1B | 79 | 63 | 24 |
| Octal | 1 | 271 | 3 | 143 | 0 | 142 | 33 | 171 | 143 | 44 |
| Binary | 1 | 10111001 | 11 | 1100011 | 0 | 1100010 | 11011 | 1111001 | 1100011 | 100100 |
Color Harmonies of #01B903
Complementary color
Monochromatic Colors of #01B903
Black with #01B903
Text Example
Text Example
White with #01B903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B903; }
p { color: rgb(1,185,3); }
H1.HeaderClassName
{
color: #01B903;
}
.AnyTagClassName
{
color: #01B903;
}
</style>
background-color css
<style>
a { background-color: #01B903; }
a { background-color: rgb(1,185,3); }
div.DivClassName
{
background-color: #01B903;
}
.BgClassName
{
background-color: #01B903;
}
</style>
border-color css
<style>
span { border-color: #01B903; }
span { border-color: rgb(1,185,3); }
td.TdClassName
{
border-color: #01B903;
}
.TagClassName
{
border-color: #01B903;
}
</style>