Shades of Islamic Green #1B9D0A
Tints of Islamic Green #1B9D0A
RGB
CMYK
RGB Variations
Color information
#1B9D0A (or 0x1B9D0A) is known color: Islamic Green. HEX triplet: 1B, 9D and 0A. RGB value is (27,157,10). Sum of RGB (Red+Green+Blue) = 27+157+10=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 157 (61.72% from 255 or 80.93% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 157 - color contains mainly: green. Hex color #1B9D0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9D0A is #E462F5. Grayscale: #656565. Windows color (decimal): -14967542 or 695579. OLE color: 695579.
HSL color Cylindrical-coordinate representation of color #1B9D0A: hue angle of 113.06º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B9D0A is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 157 | 10 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.38 |
| HSL | 113.06º | 0.88% | 0.33% | - |
| HSV(B) | 113.06º | 0.94% | 0.62% | - |
| XYZ | 12.56 | 24.37 | 4.33 | - |
| YUV | 101.37 | 76.43 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 157 | 10 | 0.83 | 0 | 0.94 | 0.38 | 113.06 | 0.88 | 0.33 |
| Hex | 1B | 9D | A | 53 | 0 | 5E | 26 | 71 | 58 | 21 |
| Octal | 33 | 235 | 12 | 123 | 0 | 136 | 46 | 161 | 130 | 41 |
| Binary | 11011 | 10011101 | 1010 | 1010011 | 0 | 1011110 | 100110 | 1110001 | 1011000 | 100001 |
Color Harmonies of #1B9D0A
Complementary color
Monochromatic Colors of #1B9D0A
Black with #1B9D0A
Text Example
Text Example
White with #1B9D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9D0A; }
p { color: rgb(27,157,10); }
H1.HeaderClassName
{
color: #1B9D0A;
}
.AnyTagClassName
{
color: #1B9D0A;
}
</style>
background-color css
<style>
a { background-color: #1B9D0A; }
a { background-color: rgb(27,157,10); }
div.DivClassName
{
background-color: #1B9D0A;
}
.BgClassName
{
background-color: #1B9D0A;
}
</style>
border-color css
<style>
span { border-color: #1B9D0A; }
span { border-color: rgb(27,157,10); }
td.TdClassName
{
border-color: #1B9D0A;
}
.TagClassName
{
border-color: #1B9D0A;
}
</style>