Shades of Islamic Green #1BAD09
Tints of Islamic Green #1BAD09
RGB
CMYK
RGB Variations
Color information
#1BAD09 (or 0x1BAD09) is known color: Islamic Green. HEX triplet: 1B, AD and 09. RGB value is (27,173,9). Sum of RGB (Red+Green+Blue) = 27+173+9=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 173 (67.97% from 255 or 82.78% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAD09 is #E452F6. Grayscale: #6F6F6F. Windows color (decimal): -14963447 or 634139. OLE color: 634139.
HSL color Cylindrical-coordinate representation of color #1BAD09: hue angle of 113.41º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1BAD09 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 9 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.32 |
| HSL | 113.41º | 0.9% | 0.36% | - |
| HSV(B) | 113.41º | 0.95% | 0.68% | - |
| XYZ | 15.44 | 30.14 | 5.26 | - |
| YUV | 110.65 | 70.63 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 9 | 0.84 | 0 | 0.95 | 0.32 | 113.41 | 0.9 | 0.36 |
| Hex | 1B | AD | 9 | 54 | 0 | 5F | 20 | 71 | 5A | 24 |
| Octal | 33 | 255 | 11 | 124 | 0 | 137 | 40 | 161 | 132 | 44 |
| Binary | 11011 | 10101101 | 1001 | 1010100 | 0 | 1011111 | 100000 | 1110001 | 1011010 | 100100 |
Color Harmonies of #1BAD09
Complementary color
Monochromatic Colors of #1BAD09
Black with #1BAD09
Text Example
Text Example
White with #1BAD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD09; }
p { color: rgb(27,173,9); }
H1.HeaderClassName
{
color: #1BAD09;
}
.AnyTagClassName
{
color: #1BAD09;
}
</style>
background-color css
<style>
a { background-color: #1BAD09; }
a { background-color: rgb(27,173,9); }
div.DivClassName
{
background-color: #1BAD09;
}
.BgClassName
{
background-color: #1BAD09;
}
</style>
border-color css
<style>
span { border-color: #1BAD09; }
span { border-color: rgb(27,173,9); }
td.TdClassName
{
border-color: #1BAD09;
}
.TagClassName
{
border-color: #1BAD09;
}
</style>