Shades of Islamic Green #1BAD0C
Tints of Islamic Green #1BAD0C
RGB
CMYK
RGB Variations
Color information
#1BAD0C (or 0x1BAD0C) is known color: Islamic Green. HEX triplet: 1B, AD and 0C. RGB value is (27,173,12). Sum of RGB (Red+Green+Blue) = 27+173+12=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 173 (67.97% from 255 or 81.60% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAD0C is #E452F3. Grayscale: #6F6F6F. Windows color (decimal): -14963444 or 830747. OLE color: 830747.
HSL color Cylindrical-coordinate representation of color #1BAD0C: hue angle of 114.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BAD0C is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 12 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.32 |
| HSL | 114.41º | 0.87% | 0.36% | - |
| HSV(B) | 114.41º | 0.93% | 0.68% | - |
| XYZ | 15.46 | 30.15 | 5.35 | - |
| YUV | 110.99 | 72.13 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 12 | 0.84 | 0 | 0.93 | 0.32 | 114.41 | 0.87 | 0.36 |
| Hex | 1B | AD | C | 54 | 0 | 5D | 20 | 72 | 57 | 24 |
| Octal | 33 | 255 | 14 | 124 | 0 | 135 | 40 | 162 | 127 | 44 |
| Binary | 11011 | 10101101 | 1100 | 1010100 | 0 | 1011101 | 100000 | 1110010 | 1010111 | 100100 |
Color Harmonies of #1BAD0C
Complementary color
Monochromatic Colors of #1BAD0C
Black with #1BAD0C
Text Example
Text Example
White with #1BAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD0C; }
p { color: rgb(27,173,12); }
H1.HeaderClassName
{
color: #1BAD0C;
}
.AnyTagClassName
{
color: #1BAD0C;
}
</style>
background-color css
<style>
a { background-color: #1BAD0C; }
a { background-color: rgb(27,173,12); }
div.DivClassName
{
background-color: #1BAD0C;
}
.BgClassName
{
background-color: #1BAD0C;
}
</style>
border-color css
<style>
span { border-color: #1BAD0C; }
span { border-color: rgb(27,173,12); }
td.TdClassName
{
border-color: #1BAD0C;
}
.TagClassName
{
border-color: #1BAD0C;
}
</style>