Shades of Islamic Green #1FBA07
Tints of Islamic Green #1FBA07
RGB
CMYK
RGB Variations
Color information
#1FBA07 (or 0x1FBA07) is known color: Islamic Green. HEX triplet: 1F, BA and 07. RGB value is (31,186,7). Sum of RGB (Red+Green+Blue) = 31+186+7=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 186 (73.05% from 255 or 83.04% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA07 is #E045F8. Grayscale: #777777. Windows color (decimal): -14697977 or 506399. OLE color: 506399.
HSL color Cylindrical-coordinate representation of color #1FBA07: hue angle of 111.96º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FBA07 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 7 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.27 |
| HSL | 111.96º | 0.93% | 0.38% | - |
| HSV(B) | 111.96º | 0.96% | 0.73% | - |
| XYZ | 18.16 | 35.42 | 6.08 | - |
| YUV | 119.25 | 64.65 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 7 | 0.83 | 0 | 0.96 | 0.27 | 111.96 | 0.93 | 0.38 |
| Hex | 1F | BA | 7 | 53 | 0 | 60 | 1B | 70 | 5D | 26 |
| Octal | 37 | 272 | 7 | 123 | 0 | 140 | 33 | 160 | 135 | 46 |
| Binary | 11111 | 10111010 | 111 | 1010011 | 0 | 1100000 | 11011 | 1110000 | 1011101 | 100110 |
Color Harmonies of #1FBA07
Complementary color
Monochromatic Colors of #1FBA07
Black with #1FBA07
Text Example
Text Example
White with #1FBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA07; }
p { color: rgb(31,186,7); }
H1.HeaderClassName
{
color: #1FBA07;
}
.AnyTagClassName
{
color: #1FBA07;
}
</style>
background-color css
<style>
a { background-color: #1FBA07; }
a { background-color: rgb(31,186,7); }
div.DivClassName
{
background-color: #1FBA07;
}
.BgClassName
{
background-color: #1FBA07;
}
</style>
border-color css
<style>
span { border-color: #1FBA07; }
span { border-color: rgb(31,186,7); }
td.TdClassName
{
border-color: #1FBA07;
}
.TagClassName
{
border-color: #1FBA07;
}
</style>