Shades of Islamic Green #01961A
Tints of Islamic Green #01961A
RGB
CMYK
RGB Variations
Color information
#01961A (or 0x01961A) is known color: Islamic Green. HEX triplet: 01, 96 and 1A. RGB value is (1,150,26). Sum of RGB (Red+Green+Blue) = 1+150+26=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 150 (58.98% from 255 or 84.75% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 150 - color contains mainly: green. Hex color #01961A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01961A is #FE69E5. Grayscale: #5B5B5B. Windows color (decimal): -16673254 or 1742337. OLE color: 1742337.
HSL color Cylindrical-coordinate representation of color #01961A: hue angle of 130.07º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01961A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 150 | 26 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.41 |
| HSL | 130.07º | 0.99% | 0.3% | - |
| HSV(B) | 130.07º | 0.99% | 0.59% | - |
| XYZ | 11.11 | 21.89 | 4.62 | - |
| YUV | 91.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 150 | 26 | 0.99 | 0 | 0.83 | 0.41 | 130.07 | 0.99 | 0.3 |
| Hex | 1 | 96 | 1A | 63 | 0 | 53 | 29 | 82 | 63 | 1E |
| Octal | 1 | 226 | 32 | 143 | 0 | 123 | 51 | 202 | 143 | 36 |
| Binary | 1 | 10010110 | 11010 | 1100011 | 0 | 1010011 | 101001 | 10000010 | 1100011 | 11110 |
Color Harmonies of #01961A
Complementary color
Monochromatic Colors of #01961A
Black with #01961A
Text Example
Text Example
White with #01961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01961A; }
p { color: rgb(1,150,26); }
H1.HeaderClassName
{
color: #01961A;
}
.AnyTagClassName
{
color: #01961A;
}
</style>
background-color css
<style>
a { background-color: #01961A; }
a { background-color: rgb(1,150,26); }
div.DivClassName
{
background-color: #01961A;
}
.BgClassName
{
background-color: #01961A;
}
</style>
border-color css
<style>
span { border-color: #01961A; }
span { border-color: rgb(1,150,26); }
td.TdClassName
{
border-color: #01961A;
}
.TagClassName
{
border-color: #01961A;
}
</style>