Shades of Islamic Green #019B0A
Tints of Islamic Green #019B0A
RGB
CMYK
RGB Variations
Color information
#019B0A (or 0x019B0A) is known color: Islamic Green. HEX triplet: 01, 9B and 0A. RGB value is (1,155,10). Sum of RGB (Red+Green+Blue) = 1+155+10=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 155 (60.94% from 255 or 93.37% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 155 - color contains mainly: green. Hex color #019B0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019B0A is #FE64F5. Grayscale: #5C5C5C. Windows color (decimal): -16671990 or 695041. OLE color: 695041.
HSL color Cylindrical-coordinate representation of color #019B0A: hue angle of 123.51º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B0A is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 10 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.39 |
| HSL | 123.51º | 0.99% | 0.31% | - |
| HSV(B) | 123.51º | 0.99% | 0.61% | - |
| XYZ | 11.79 | 23.47 | 4.2 | - |
| YUV | 92.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 10 | 0.99 | 0 | 0.94 | 0.39 | 123.51 | 0.99 | 0.31 |
| Hex | 1 | 9B | A | 63 | 0 | 5E | 27 | 7C | 63 | 1F |
| Octal | 1 | 233 | 12 | 143 | 0 | 136 | 47 | 174 | 143 | 37 |
| Binary | 1 | 10011011 | 1010 | 1100011 | 0 | 1011110 | 100111 | 1111100 | 1100011 | 11111 |
Color Harmonies of #019B0A
Complementary color
Monochromatic Colors of #019B0A
Black with #019B0A
Text Example
Text Example
White with #019B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B0A; }
p { color: rgb(1,155,10); }
H1.HeaderClassName
{
color: #019B0A;
}
.AnyTagClassName
{
color: #019B0A;
}
</style>
background-color css
<style>
a { background-color: #019B0A; }
a { background-color: rgb(1,155,10); }
div.DivClassName
{
background-color: #019B0A;
}
.BgClassName
{
background-color: #019B0A;
}
</style>
border-color css
<style>
span { border-color: #019B0A; }
span { border-color: rgb(1,155,10); }
td.TdClassName
{
border-color: #019B0A;
}
.TagClassName
{
border-color: #019B0A;
}
</style>