Shades of Islamic Green #1BAF07
Tints of Islamic Green #1BAF07
RGB
CMYK
RGB Variations
Color information
#1BAF07 (or 0x1BAF07) is known color: Islamic Green. HEX triplet: 1B, AF and 07. RGB value is (27,175,7). Sum of RGB (Red+Green+Blue) = 27+175+7=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAF07 is #E450F8. Grayscale: #707070. Windows color (decimal): -14962937 or 503579. OLE color: 503579.
HSL color Cylindrical-coordinate representation of color #1BAF07: hue angle of 112.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BAF07 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 7 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.31 |
| HSL | 112.86º | 0.92% | 0.36% | - |
| HSV(B) | 112.86º | 0.96% | 0.69% | - |
| XYZ | 15.82 | 30.91 | 5.33 | - |
| YUV | 111.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 7 | 0.85 | 0 | 0.96 | 0.31 | 112.86 | 0.92 | 0.36 |
| Hex | 1B | AF | 7 | 55 | 0 | 60 | 1F | 71 | 5C | 24 |
| Octal | 33 | 257 | 7 | 125 | 0 | 140 | 37 | 161 | 134 | 44 |
| Binary | 11011 | 10101111 | 111 | 1010101 | 0 | 1100000 | 11111 | 1110001 | 1011100 | 100100 |
Color Harmonies of #1BAF07
Complementary color
Monochromatic Colors of #1BAF07
Black with #1BAF07
Text Example
Text Example
White with #1BAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF07; }
p { color: rgb(27,175,7); }
H1.HeaderClassName
{
color: #1BAF07;
}
.AnyTagClassName
{
color: #1BAF07;
}
</style>
background-color css
<style>
a { background-color: #1BAF07; }
a { background-color: rgb(27,175,7); }
div.DivClassName
{
background-color: #1BAF07;
}
.BgClassName
{
background-color: #1BAF07;
}
</style>
border-color css
<style>
span { border-color: #1BAF07; }
span { border-color: rgb(27,175,7); }
td.TdClassName
{
border-color: #1BAF07;
}
.TagClassName
{
border-color: #1BAF07;
}
</style>